How to add your knowledge
IvExtIsWorkPointSuppressed()
Table of contents
- 1. Synopsis
- 2. Syntax
Synopsis
Checks whether Workpoint with the specified name is suppressed on the occurrence."
Syntax
IvExtIsWorkPointSuppressed ( prt As Part, _
name As String, _
Optional scope As Name = All ) As Boolean | Argument | Type | Description |
|---|
| prt | part | Occurrence |
| name | string | Workpoint name |
| scope | name | Optional; defines the scope of operation. Options are - :Model, :FoldedModel - the search is performed in the WorkPoints collection of the component definition (folded model only for sheet metal parts)
- :FlatPattern - the search is performed in flat pattern only for sheet metal parts
- :All - Default, the search is performed in both the component definition AND in Flat Pattern (for sheet metal parts)
|
Comments