Class pfcView

# include <pfcView.h>

class
pfcView
: public virtual
pfcChild
{
xaideclare(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 Known Subclasses:
User Guide References:
Methods Inherited from Class pfcChild::
Method Summary
The boolean status that indicates if the view is current or not.
The name of the view
void
The transformation matrix
void
This method resets a previously set view orientation back to the default orientation.
void
Rotate (pfcCoordAxis Axis, xreal Angle)
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
Method Detail
GetName
()
The name of the view
User Guide References:
GetIsCurrent
()
The boolean status that indicates if the view is current or not.
User Guide References:
GetTransform
()
void
SetTransform
The transformation matrix
Exceptions thrown (but not limited to):
pfcXToolkitInvalidMatrix - The matrix is invalid or NULL.
User Guide References:
void
Reset
()
This method resets a previously set view orientation back to the default orientation.
User Guide References:
Returns:
void
Rotate
(pfcCoordAxis Axis, xreal Angle)
This method rotates a specified object in respect to the X-, Y-, or Z- axis. Input arguments are angle and degree.
User Guide References:
Parameters:
Axis
The rotation axis
Angle
The rotation angle, in degrees
Returns:
Was this helpful?