NX Open C++ Reference Guide
|
This class contains the factory methods for creating an face set offset. 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::FaceSetOffset * | CreateEmptyFaceSet () |
Creates an empty offset face set, with all parameters set to 0 or NULL. | |
NXOpen::GeometricUtilities::FaceSetOffset * | CreateFaceSet (const NXString &offset, NXOpen::ScCollector *faceCollector, bool flipValue, int index) |
Creates an offset face set. | |
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 face set offset.
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
Returns an iterator addressing the first element.
NXOpen::GeometricUtilities::FaceSetOffset* NXOpen::GeometricUtilities::FaceSetOffsetCollection::CreateEmptyFaceSet | ( | ) |
Creates an empty offset face set, with all parameters set to 0 or NULL.
NXOpen::GeometricUtilities::FaceSetOffset* NXOpen::GeometricUtilities::FaceSetOffsetCollection::CreateFaceSet | ( | const NXString & | offset, |
NXOpen::ScCollector * | faceCollector, | ||
bool | flipValue, | ||
int | index | ||
) |
Creates an offset face set.
offset | Initial expression string for offset distance |
faceCollector | Smart collector for the face set |
flipValue | Whether the faceset should be flipped or not |
index | Index of face set in the list |
Returns an iterator addressing one past the last element.
tag_t NXOpen::GeometricUtilities::FaceSetOffsetCollection::Tag | ( | ) | const |
Returns the tag of this object.