API Documentation > Classes > Class pfcCoordSystem
Class pfcCoordSystem
Description
This class describes a coordinate system.
Direct Parent Classes:
User Guide References:
Property Summary
/* readonly */ pfcTransform3D
The coordinate system data, including the transformation matrix, origin, and axes information
/* readonly */ boolean
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 Summary
Returns the feature which contains the geometry.
Property Detail
/* readonly */ pfcTransform3D
CoordSys
The coordinate system data, including the transformation matrix, origin, and axes information
/* readonly */ boolean
IsVisible
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
GetFeature
()
Returns the feature which contains the geometry.
Returns:
The feaature.
Was this helpful?