|
NX Open C++ Reference Guide
|
This class contains the factory methods for creating an FacePlaneSelectionBuilder. More...
Classes | |
| class | iterator |
| Iterator for accessing the contents of the collection. More... | |
Public Member Functions | |
| iterator | begin () |
| Returns an iterator addressing the first element. | |
| NXOpen::GeometricUtilities::FacePlaneSelectionBuilder * | Create () |
| Creates an FacePlaneSelectionBuilder. | |
| void | Destroy (NXOpen::GeometricUtilities::FacePlaneSelectionBuilder *entityBuilderData) |
| Destroys an FacePlaneSelectionBuilder. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
This class contains the factory methods for creating an FacePlaneSelectionBuilder.
To obtain an instance of this class, refer to Part
Created in NX6.0.0.
| iterator NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::GeometricUtilities::FacePlaneSelectionBuilder* NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection::Create | ( | ) |
Creates an FacePlaneSelectionBuilder.
| void NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection::Destroy | ( | NXOpen::GeometricUtilities::FacePlaneSelectionBuilder * | entityBuilderData | ) |
Destroys an FacePlaneSelectionBuilder.
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
| entityBuilderData | entitybuilderdata |
| iterator NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::GeometricUtilities::FacePlaneSelectionBuilderCollection::Tag | ( | ) | const |
Returns the tag of this object.