NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::TracelineCollection Class Reference

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

Created in NX4.0.0. More...

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

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
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. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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

Created in NX4.0.0.


Member Function Documentation

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.

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
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.


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