|
NX Open C++ Reference Guide
|
This class contains the factory methods for creating a DraftPointData 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::DraftPointData * | CreateDraftPointData (NXOpen::Point *point, const NXString &angle) |
| Creates a DraftPointData object. | |
| NXOpen::GeometricUtilities::DraftPointData * | CreateDraftPointData (NXOpen::Point *point, const char *angle) |
| Creates a DraftPointData object. | |
| 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 DraftPointData object.
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
| iterator NXOpen::DraftPointDataCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::GeometricUtilities::DraftPointData* NXOpen::DraftPointDataCollection::CreateDraftPointData | ( | NXOpen::Point * | point, |
| const NXString & | angle | ||
| ) |
Creates a DraftPointData object.
| point | Point Object |
| angle | Angle value |
| NXOpen::GeometricUtilities::DraftPointData* NXOpen::DraftPointDataCollection::CreateDraftPointData | ( | NXOpen::Point * | point, |
| const char * | angle | ||
| ) |
Creates a DraftPointData object.
| point | Point Object |
| angle | Angle value |
| iterator NXOpen::DraftPointDataCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::DraftPointDataCollection::Tag | ( | ) | const |
Returns the tag of this object.