| Library | Module | Frames | Expand |
| Property | IsCurrent | as Boolean |
| The boolean status that indicates if the view is current or not. | ||
| Property | Name | as String [readonly, optional] |
| The name of the view | ||
| Property | Transform | as IpfcTransform3D |
| The transformation matrix | ||
| Sub | Reset () | |
| This method resets a previously set view orientation back to the default orientation. | ||
| Sub | Rotate (Axis as IpfcCoordAxis, Angle as Double) | |
| This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree. | ||
| Property | IsCurrent | as Boolean |
|
The boolean status that indicates if the view is current or not. |
| Property | Name | as String [readonly, optional] |
|
The name of the view |
| Property | Transform | as IpfcTransform3D |
|
The transformation matrix Exceptions thrown (but not limited to): IpfcXToolkitInvalidMatrix - The matrix is invalid or NULL. |
| Sub | Reset | () |
|
This method resets a previously set view orientation back to the default orientation. |
| Sub | Rotate | (Axis as IpfcCoordAxis, Angle as Double) |
|
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
|