|
NX Open C++ Reference Guide
|
This class contains the factory methods for creating a SpinePointData object. 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::SpinePointData * | CreateSpinePointData (double lawValue, double parameter, NXOpen::Section *parent) |
| Creates a SpinePointData object. | |
| NXOpen::GeometricUtilities::SpinePointData * | CreateSpinePointData (NXOpen::Expression *lawValueExpression, double parameter, NXOpen::Section *parent) |
| Creates a SpinePointData object with expression. | |
| 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 a SpinePointData object.
To obtain an instance of this class, refer to Part
Created in NX5.0.0.
| iterator NXOpen::GeometricUtilities::SpinePointDataCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::GeometricUtilities::SpinePointData* NXOpen::GeometricUtilities::SpinePointDataCollection::CreateSpinePointData | ( | double | lawValue, |
| double | parameter, | ||
| NXOpen::Section * | parent | ||
| ) |
Creates a SpinePointData object.
| NXOpen::GeometricUtilities::SpinePointData* NXOpen::GeometricUtilities::SpinePointDataCollection::CreateSpinePointData | ( | NXOpen::Expression * | lawValueExpression, |
| double | parameter, | ||
| NXOpen::Section * | parent | ||
| ) |
Creates a SpinePointData object with expression.
| iterator NXOpen::GeometricUtilities::SpinePointDataCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::GeometricUtilities::SpinePointDataCollection::Tag | ( | ) | const |
Returns the tag of this object.