Library | Module

Class pfcView



Description

This class specifies information about a view.

The transformation matrix provides the transformation from the object's coordinate system to logical screen coordinates. This matrix does not contain any transformation for the members of an assembly.
Direct Parent Classes:
pfcChild



Property Summary

/* readonly */ booleanIsCurrent
The boolean status that indicates if the view is current or not.
/* readonly */  /* optional */ stringName
The name of the view
pfcTransform3DTransform
The transformation matrix



Method Summary

voidReset ()
This method resets a previously set view orientation back to the default orientation.
voidRotate (pfcCoordAxis Axis, number Angle)
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.



Property Detail


/* readonly */ booleanIsCurrent

The boolean status that indicates if the view is current or not.




/* readonly */  /* optional */ stringName

The name of the view




pfcTransform3DTransform

The transformation matrix

Exceptions thrown (but not limited to):

pfcXToolkitInvalidMatrix - The matrix is invalid or NULL.







Method Detail


voidReset ()

This method resets a previously set view orientation back to the default orientation.



voidRotate (pfcCoordAxis Axis, number Angle)

This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
Parameters:
Axis
The rotation axis
Angle
The rotation angle, in degrees