| Library | Module | Frames | Expand |
| Property | Exploded | as Boolean [optional] |
| true if the view should be an exploded view, null or false otherwise. | ||
| Property | Location | as IpfcPoint3D |
| The location on the sheet where the view should be placed. | ||
| Property | Orientation | as IpfcTransform3D |
| The orientation of the model in the view. | ||
| Property | Scale | as Double [optional] |
| The scale of the view (null to use the default scale). | ||
| Property | SheetNumber | as Long |
| The sheet number in which to create the view. | ||
| Property | ViewModel | as IpfcModel |
| The solid model to display in the view. | ||
| Property | ViewScale | as Double [optional] |
| The scale of the view (null to use the default scale). | ||
| Function | CCpfcGeneralViewCreateInstructions.Create (ViewModel as IpfcModel, SheetNumber as Long, Location as IpfcPoint3D, Orientation as IpfcTransform3D) as IpfcGeneralViewCreateInstructions | |
| Creates an instructions data object used for creating general drawing views. | ||
| Property | Exploded | as Boolean [optional] |
|
true if the view should be an exploded view, null or false otherwise. |
| Property | Location | as IpfcPoint3D |
|
The location on the sheet where the view should be placed. |
| Property | Orientation | as IpfcTransform3D |
|
The orientation of the model in the view. The transformation matrix must only consist of the rotation to be applied to the model. It must not consist of any displacement or scale components. If necessary, set the displacement to {0, 0, 0} using IpfcTransform3D.SetOrigin() and remove any scaling factor by normalizing the matrix. |
| Property | Scale | as Double [optional] |
|
The scale of the view (null to use the default scale). |
| Property | SheetNumber | as Long |
|
The sheet number in which to create the view. |
| Property | ViewModel | as IpfcModel |
|
The solid model to display in the view. |
| Property | ViewScale | as Double [optional] |
|
The scale of the view (null to use the default scale). |
| Function | CCpfcGeneralViewCreateInstructions.Create | (ViewModel as IpfcModel, SheetNumber as Long, Location as IpfcPoint3D, Orientation as IpfcTransform3D) as IpfcGeneralViewCreateInstructions |
|
Creates an instructions data object used for creating general drawing views.
|