| Library | Module | Frames | Expand |
| Property | Display | as IpfcViewDisplay |
| The drawing view display settings. | ||
| Property | IsBackground | as Boolean |
| Property | IsViewdisplayLayerDependent | as Boolean |
| Property | Name | as String |
| The drawing view name. | ||
| Property | Outline | as IpfcOutline3D |
| The outline of the drawing view, in screen coordinates. | ||
| Property | Scale | as Double |
| The drawing view scale. | ||
| Function | CheckIsDimensionDisplayed (Dim as IpfcBaseDimension) as Boolean | |
| Sub | Delete (DeleteChildren as Boolean [optional]) | |
| Deletes a specified drawing view. | ||
| Function | GetIsScaleUserdefined () as Boolean | |
| Identifies if the drawing view has a user-defined scale. | ||
| Function | GetLayerDisplayStatus (Layer as IpfcLayer) as IpfcDisplayStatus | |
| Gets the display status of the specified layer in the drawing view. | ||
| Function | GetModel () as IpfcModel | |
| Get the model displayed in the drawing view. | ||
| Function | GetSheetNumber () as Long | |
| Gets the sheet where the view is located. | ||
| Function | GetSimpRep () as IpfcSimpRep | |
| Get the Simplified Representation. | ||
| Function | GetTransform () as IpfcTransform3D | |
| Returns the coordinate transformation matrix for the drawing view. | ||
| Sub | Regenerate () | |
| Regenerates the drawing view. | ||
| Sub | SetLayerDisplayStatus (Layer as IpfcLayer, Status as IpfcDisplayStatus) | |
| Sets the display status for the layer in the drawing view. | ||
| Sub | Translate (ByVector as IpfcVector3D) | |
| Moves the drawing view by the specified vector. | ||
| Property | Display | as IpfcViewDisplay |
|
The drawing view display settings. Exceptions thrown (but not limited to): IpfcXToolkitBadContext - The drawing view is a child of another view and inherits its display from its parent. IpfcXToolkitNoLicense - The function attempted to set the concept_model field, but no Pro/ASSEMBLY license is available. |
| Property | IsBackground | as Boolean |
|
|
| Property | IsViewdisplayLayerDependent | as Boolean |
|
|
| Property | Name | as String |
|
The drawing view name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The view did not have a name. |
| Property | Outline | as IpfcOutline3D |
|
The outline of the drawing view, in screen coordinates. |
| Property | Scale | as Double |
|
The drawing view scale. |
| Function | CheckIsDimensionDisplayed | (Dim as IpfcBaseDimension) as Boolean |
|
| Sub | Delete | (DeleteChildren as Boolean [optional]) |
|
Deletes a specified drawing view.
|
| Function | GetIsScaleUserdefined | () as Boolean |
|
Identifies if the drawing view has a user-defined scale.
|
| Function | GetLayerDisplayStatus | (Layer as IpfcLayer) as IpfcDisplayStatus |
|
Gets the display status of the specified layer in the drawing view. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified layer was not found.
|
| Function | GetModel | () as IpfcModel |
|
Get the model displayed in the drawing view.
|
| Function | GetSheetNumber | () as Long |
|
Gets the sheet where the view is located.
|
| Function | GetSimpRep | () as IpfcSimpRep |
|
Get the Simplified Representation. Exceptions thrown (but not limited to): IpfcXToolkitInvalidType - The top model for the view is not a solid.
|
| Function | GetTransform | () as IpfcTransform3D |
|
Returns the coordinate transformation matrix for the drawing view. The transformation matrix is a combination of the following factors:
|
| Sub | Regenerate | () |
|
Regenerates the drawing view. |
| Sub | SetLayerDisplayStatus | (Layer as IpfcLayer, Status as IpfcDisplayStatus) |
|
Sets the display status for the layer in the drawing view. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The specified layer was not found. IpfcXToolkitCantModify - display status of the layer cannot be changed
|
| Sub | Translate | (ByVector as IpfcVector3D) |
|
Moves the drawing view by the specified vector.
|