| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | CurrentViewRotate
(CoordAxis Axis, double Angle)
Rotate the object in current view with respect to X, Y or Z axes. |
| View | GetCurrentView
()
Returns a view object representing the current orientation of the model. |
| Transform3D | 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*/ View | GetView
(String Name)
Returns the specified view, given its name. |
| /*optional*/ Views | ListViews
()
Retrieves the views associated with the object |
| /*optional*/ View | RetrieveView
(String Name)
Sets the current view to the orientation previously saved with a specified name. |
| View | SaveView
(String Name)
This method saves the view with a specified name. |
| void | SetCurrentViewTransform
(Transform3D TrForm)
Sets the transformation of a model in the current view. This is the transformation between model coordinates and screen coordinates. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Method Detail |
|---|
| RetrieveView |
|---|
| /*optional*/ View | RetrieveView | (String Name) |
| Sets the current view to the orientation
previously saved with a specified name.
Exceptions thrown (but not limited to): XToolkitNotFound - The function was unable to retrieve a view with the specified name.
|
| GetView |
|---|
| /*optional*/ View | GetView | (String Name) |
| Returns the specified view, given its name.
Exceptions thrown (but not limited to): XToolkitNotFound - A view was not found for the specified name. XToolkitInvalidItem - The specified view is not retrievable; e.g. the model is sheet metal at a certain stage of bending or unbending.
|
| SaveView |
|---|
| View | SaveView | (String Name) |
| This method saves the view with a specified name.
Exceptions thrown (but not limited to): XToolkitNotFound - No view names were found for the specified model.
|
| GetCurrentViewTransform |
|---|
| Transform3D | 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): XToolkitInvalidMatrix - The transformation is invalid.
|
| SetCurrentViewTransform |
|---|
| void | SetCurrentViewTransform | (Transform3D 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): XToolkitInvalidMatrix - The transformation is invalid.
|
| CurrentViewRotate |
|---|
| void | CurrentViewRotate | (CoordAxis Axis, double Angle) |
Rotate the object in current view with respect to X, Y or Z axes.
|
| ListViews |
|---|
| /*optional*/ Views | ListViews | () |
Retrieves the views associated with the object
|
| GetCurrentView |
|---|
| View | GetCurrentView | () |
| Returns a view object representing the current orientation of the model.
This method is deprecated.
|