|
NX Open C++ Reference Guide
|
Represents a collection of tracelines
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
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::AutomaticTraceline * | CreateAutomaticTraceline (NXOpen::Assemblies::Explosion *explosion, NXOpen::Point *startPoint, NXOpen::Direction *startDirection, NXOpen::Point *endPoint, NXOpen::Direction *endDirection, const NXOpen::Matrix3x3 &orientation, NXOpen::AutomaticTraceline::ModeOption mode, int solution, double startOffset, double endOffset, const std::vector< int > &segmentIndices, const std::vector< double > &segmentLengths) |
| Create an automatic traceline. | |
| iterator | end () |
| Returns an iterator addressing one past the last element. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a collection of tracelines
To obtain an instance of this class, refer to Part
Created in NX4.0.0.
| iterator NXOpen::TracelineCollection::begin | ( | ) |
Returns an iterator addressing the first element.
| NXOpen::AutomaticTraceline* NXOpen::TracelineCollection::CreateAutomaticTraceline | ( | NXOpen::Assemblies::Explosion * | explosion, |
| NXOpen::Point * | startPoint, | ||
| NXOpen::Direction * | startDirection, | ||
| NXOpen::Point * | endPoint, | ||
| NXOpen::Direction * | endDirection, | ||
| const NXOpen::Matrix3x3 & | orientation, | ||
| NXOpen::AutomaticTraceline::ModeOption | mode, | ||
| int | solution, | ||
| double | startOffset, | ||
| double | endOffset, | ||
| const std::vector< int > & | segmentIndices, | ||
| const std::vector< double > & | segmentLengths | ||
| ) |
Create an automatic traceline.
| explosion | Explosion |
| startPoint | Start point |
| startDirection | Start direction |
| endPoint | End point |
| endDirection | End direction |
| orientation | Orientation |
| mode | Mode |
| solution | Solution number |
| startOffset | Start offset |
| endOffset | End offset |
| segmentIndices | Segment indices |
| segmentLengths | Segment lengths |
| iterator NXOpen::TracelineCollection::end | ( | ) |
Returns an iterator addressing one past the last element.
| tag_t NXOpen::TracelineCollection::Tag | ( | ) | const |
Returns the tag of this object.