NX Open C++ Reference Guide
|
This class contains the factory methods for creating an BlendStopshortBuilder. 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::BlendStopshortBuilder * | Create (NXOpen::GeometricUtilities::BlendStopshortBuilder::Choices mChoice, NXOpen::Expression *mOnPathExp, NXOpen::Edge *mPath, bool mIsFlipped, NXOpen::Point *mThruPoint) |
Creates an BlendStopshortBuilder. | |
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 BlendStopshortBuilder.
To obtain an instance of this class, refer to Part
Created in NX5.0.0.
Returns an iterator addressing the first element.
NXOpen::GeometricUtilities::BlendStopshortBuilder* NXOpen::GeometricUtilities::BlendStopshortBuilderCollection::Create | ( | NXOpen::GeometricUtilities::BlendStopshortBuilder::Choices | mChoice, |
NXOpen::Expression * | mOnPathExp, | ||
NXOpen::Edge * | mPath, | ||
bool | mIsFlipped, | ||
NXOpen::Point * | mThruPoint | ||
) |
Creates an BlendStopshortBuilder.
mChoice | the Stopshort option choice |
mOnPathExp | the expression for the OnPathDimensionBuilder |
mPath | the path for the OnPathDimensionBuilder |
mIsFlipped | the isFlipped flag for the OnPathDimensionBuilder |
mThruPoint | the through point for the OnPathDimensionBuilder |
Returns an iterator addressing one past the last element.
tag_t NXOpen::GeometricUtilities::BlendStopshortBuilderCollection::Tag | ( | ) | const |
Returns the tag of this object.