Library | File

Class pfcCoordSystem

# include <pfcGeometry.h>

class pfcCoordSystem
 : public virtual pfcModelItem
{
    xaideclare(pfcCoordSystem)
    ...
};



Description

This class describes a coordinate system.
Direct Known Subclasses:
wfcWCsys



Method Summary

pfcTransform3D_ptrGetCoordSys ()
The coordinate system data, including the transformation matrix, origin, and axes information
pfcFeature_ptrGetFeature ()
Returns the feature which contains the geometry.
xboolGetIsVisible ()
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.


Methods Inherited from Class pfcChild:

GetDBParent, GetOId


Methods Inherited from Class pfcActionSource:

AddActionListener, RemoveActionListener, AddActionListenerWithType


Methods Inherited from Class pfcRelationOwner:

DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression


Methods Inherited from Class pfcParent:

GetChild


Methods Inherited from Class pfcParameterOwner:

GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters


Methods Inherited from Class pfcModelItem:

GetName, SetName, GetId, GetType



Method Detail

xboolGetIsVisible ()

true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.




pfcFeature_ptrGetFeature ()

Returns the feature which contains the geometry.
Returns:
The feaature.



pfcTransform3D_ptrGetCoordSys ()

The coordinate system data, including the transformation matrix, origin, and axes information
Manual References:
Geometry Evaluation: Evaluation of ModelItems, Geometry Evaluation: Evaluation of ModelItems, Windows and Views: Transformations