API Documentation > Interface Classes > Class pfcCoordSystem
Class pfcCoordSystem

# include <pfcGeometry.h>

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


Description
This class describes a coordinate system.
Direct Known Subclasses:
Methods Inherited from Class pfcChild::
Methods Inherited from Class pfcActionSource::
Methods Inherited from Class pfcRelationOwner::
Methods Inherited from Class pfcParent::
Methods Inherited from Class pfcParameterOwner::
Methods Inherited from Class pfcModelItem::
Method Summary
The coordinate system data, including the transformation matrix, origin, and axes information
Returns the feature which contains the geometry.
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.
Method Detail
GetIsVisible
()
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.
GetFeature
()
Returns the feature which contains the geometry.
Returns:
The feaature.
GetCoordSys
()
The coordinate system data, including the transformation matrix, origin, and axes information
User Guide References:
Was this helpful?