| Library | Module | Frames | Expand |
| void | CurrentViewRotate (pfcCoordAxis Axis, number Angle) | |
| Rotate the object in current view with respect to X, Y or Z axes. | ||
| pfcView | GetCurrentView () | |
| Returns a view object representing the current orientation of the model. | ||
| pfcTransform3D | GetCurrentViewTransform () | |
| Retrieves the transformation for a model in the current view. The transformation is from the object's coordinate system to logical screen coordinates. | ||
| /* optional */ pfcView | GetView (string Name) | |
| Returns the specified view, given its name. | ||
| /* optional */ pfcViews | ListViews () | |
| Retrieves the views associated with the object | ||
| /* optional */ pfcView | RetrieveView (string Name) | |
| Sets the current view to the orientation previously saved with a specified name. | ||
| pfcView | SaveView (string Name) | |
| This method saves the view with a specified name. | ||
| void | SetCurrentViewTransform (pfcTransform3D TrForm) | |
| Sets the transformation of a model in the current view. This is the transformation between model coordinates and screen coordinates. | ||
| void | CurrentViewRotate | (pfcCoordAxis Axis, number Angle) |
|
Rotate the object in current view with respect to X, Y or Z axes.
|
| pfcView | GetCurrentView | () |
|
Returns a view object representing the current orientation of the model. This method is deprecated.
|
| pfcTransform3D | GetCurrentViewTransform | () |
|
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): pfcXToolkitInvalidMatrix - The transformation is invalid.
|
| /* optional */ pfcView | GetView | (string Name) |
|
Returns the specified view, given its name. Exceptions thrown (but not limited to): pfcXToolkitNotFound - A view was not found for the specified name. pfcXToolkitInvalidItem - The specified view is not retrievable; e.g. the model is sheet metal at a certain stage of bending or unbending.
|
| /* optional */ pfcViews | ListViews | () |
|
Retrieves the views associated with the object
|
| /* optional */ pfcView | RetrieveView | (string Name) |
|
Sets the current view to the orientation previously saved with a specified name. Exceptions thrown (but not limited to): pfcXToolkitNotFound - The function was unable to retrieve a view with the specified name.
|
| pfcView | SaveView | (string Name) |
|
This method saves the view with a specified name. Exceptions thrown (but not limited to): pfcXToolkitNotFound - No view names were found for the specified model.
|
| void | SetCurrentViewTransform | (pfcTransform3D TrForm) |
|
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): pfcXToolkitInvalidMatrix - The transformation is invalid.
|