Library | Module

Class pfcAxis



Description

This class defines an axis.

The owner surface should exist in the geometry.
Direct Parent Classes:
pfcModelItem



Property Summary

/* readonly */ booleanIsVisible
true if the geometry is visible and active, false if it is invisible and inactive. Inactive geometry may not have all geometric properties defined.
/* readonly */  /* optional */ pfcSurfaceSurf
The cylindrical or revolved surface through the center of which the axis runs.



Method Summary

pfcFeatureGetFeature ()
Returns the feature which contains the geometry.



Property Detail


/* readonly */ booleanIsVisible

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




/* readonly */  /* optional */ pfcSurfaceSurf

The cylindrical or revolved surface through the center of which the axis runs.

Exceptions thrown (but not limited to):

pfcXToolkitNotFound - The owner surface does not exist, or is not in the geometry.







Method Detail


pfcFeatureGetFeature ()

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