API Documentation > Classes > Interface IpfcAxis
Interface IpfcAxis
Description
This class defines an axis.
The owner surface should exist in the geometry.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as 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.
Property
as IpfcSurface [readonly, optional]
The cylindrical or revolved surface through the center of which the axis runs.
Method Summary
Function
Returns the feature which contains the geometry.
Property Detail
Property
IsVisible
as 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.
Property
Surf
as IpfcSurface [readonly, optional]
The cylindrical or revolved surface through the center of which the axis runs.
Exceptions thrown (but not limited to):
IpfcXToolkitNotFound - The owner surface does not exist, or is not in the geometry.
Method Detail
Function
GetFeature
Returns the feature which contains the geometry.
Returns:
The feaature.
Was this helpful?