| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetIsCurrent
()
Get method for attribute "IsCurrent" The boolean status that indicates if the view is current or not. |
| /*optional*/ String | GetName
()
Get method for attribute "Name" The name of the view |
| Transform3D | GetTransform
()
Get method for attribute "Transform" The transformation matrix |
| void | Reset
()
This method resets a previously set view orientation back to the default orientation. |
| void | Rotate
(CoordAxis Axis, double Angle)
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree. |
| void | SetTransform
(Transform3D value)
Set method for attribute "Transform" The transformation matrix |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Method Detail |
|---|
| GetName |
|---|
| /*optional*/ String | GetName | () |
The name of the view
|
| GetIsCurrent |
|---|
| boolean | GetIsCurrent | () |
The boolean status that indicates if the view is current or not.
|
| GetTransform/SetTransform |
|---|
| Transform3D | GetTransform | () |
| void | SetTransform | (Transform3D value) |
| The transformation matrix Exceptions thrown (but not limited to): XToolkitInvalidMatrix - The matrix is invalid or NULL.
|
| Reset |
|---|
| void | Reset | () |
This method resets a previously set view orientation back to the default orientation.
|
| Rotate |
|---|
| void | Rotate | (CoordAxis Axis, double Angle) |
This method rotates a specified object in respect to the X-, Y-, or Z- axis.
Input arguments are angle and degree.
|