NX Open C++ Reference Guide
Classes | Public Member Functions
NXOpen::TracelineCollection Class Reference

Represents a collection of tracelines
To obtain an instance of this class, refer to Part

Created in NX4.0.0. More...

Inheritance diagram for NXOpen::TracelineCollection:
NXOpen::TaggedObjectCollection

List of all members.

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::AutomaticTracelineCreateAutomaticTraceline (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.

Detailed Description

Represents a collection of tracelines
To obtain an instance of this class, refer to Part

Created in NX4.0.0.



Member Function Documentation

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.

Returns:
Created traceline
Created in NX4.0.0.

License requirements : assemblies ("ASSEMBLIES MODULE")
Parameters:
explosionExplosion
startPointStart point
startDirectionStart direction
endPointEnd point
endDirectionEnd direction
orientationOrientation
modeMode
solutionSolution number
startOffsetStart offset
endOffsetEnd offset
segmentIndicesSegment indices
segmentLengthsSegment lengths

Returns an iterator addressing one past the last element.

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.