| Library | Module | Frames | Expand |
| Sub | CurrentViewRotate (Axis as IpfcCoordAxis, Angle as Double) | |
| Rotate the object in current view with respect to X, Y or Z axes. | ||
| Function | GetCurrentView () as IpfcView | |
| Returns a view object representing the current orientation of the model. | ||
| Function | GetCurrentViewTransform () as IpfcTransform3D | |
| Retrieves the transformation for a model in the current view. The transformation is from the object's coordinate system to logical screen coordinates. | ||
| Function | GetView (Name as String) as IpfcView [optional] | |
| Returns the specified view, given its name. | ||
| Function | ListViews () as IpfcViews [optional] | |
| Retrieves the views associated with the object | ||
| Function | RetrieveView (Name as String) as IpfcView [optional] | |
| Sets the current view to the orientation previously saved with a specified name. | ||
| Function | SaveView (Name as String) as IpfcView | |
| This method saves the view with a specified name. | ||
| Sub | SetCurrentViewTransform (TrForm as IpfcTransform3D) | |
| Sets the transformation of a model in the current view. This is the transformation between model coordinates and screen coordinates. | ||
| Sub | CurrentViewRotate | (Axis as IpfcCoordAxis, Angle as Double) |
|
Rotate the object in current view with respect to X, Y or Z axes.
|
| Function | GetCurrentView | () as IpfcView |
|
Returns a view object representing the current orientation of the model. This method is deprecated.
|
| Function | GetCurrentViewTransform | () as IpfcTransform3D |
|
Retrieves the transformation for a model in the current view. The transformation is from the object's coordinate system to logical screen coordinates. Exceptions thrown (but not limited to): IpfcXToolkitInvalidMatrix - The transformation is invalid.
|
| Function | GetView | (Name as String) as IpfcView [optional] |
|
Returns the specified view, given its name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - A view was not found for the specified name. IpfcXToolkitInvalidItem - The specified view is not retrievable; e.g. the model is sheet metal at a certain stage of bending or unbending.
|
| Function | ListViews | () as IpfcViews [optional] |
|
Retrieves the views associated with the object
|
| Function | RetrieveView | (Name as String) as IpfcView [optional] |
|
Sets the current view to the orientation previously saved with a specified name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - The function was unable to retrieve a view with the specified name.
|
| Function | SaveView | (Name as String) as IpfcView |
|
This method saves the view with a specified name. Exceptions thrown (but not limited to): IpfcXToolkitNotFound - No view names were found for the specified model.
|
| Sub | SetCurrentViewTransform | (TrForm as IpfcTransform3D) |
|
Sets the transformation of a model in the current view. This is the transformation between model coordinates and screen coordinates. Exceptions thrown (but not limited to): IpfcXToolkitInvalidMatrix - The transformation is invalid.
|