Library | Module

Interface IpfcCoordSystem



Description

This class describes a coordinate system.
Direct Parent Classes:
IpfcModelItem



Property Summary

PropertyCoordSysas IpfcTransform3D
The coordinate system data, including the transformation matrix, origin, and axes information
PropertyIsVisibleas 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

FunctionGetFeature () as IpfcFeature
Returns the feature which contains the geometry.



Property Detail


PropertyCoordSysas IpfcTransform3D

The coordinate system data, including the transformation matrix, origin, and axes information




PropertyIsVisibleas 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 Detail


FunctionGetFeature () as IpfcFeature

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