NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.TracelineCollection Class Reference

Represents a collection of tracelines More...

Inheritance diagram for NXOpen.TracelineCollection:

Public Member Functions

NXOpen.Traceline[] ToArray ()
 Returns an array of NXOpen.Traceline objects. More...
 
unsafe NXOpen.AutomaticTraceline CreateAutomaticTraceline (NXOpen.Assemblies.Explosion explosion, NXOpen.Point startPoint, NXOpen.Direction startDirection, NXOpen.Point endPoint, NXOpen.Direction endDirection, NXOpen.Matrix3x3 orientation, NXOpen.AutomaticTraceline.ModeOption mode, int solution, double startOffset, double endOffset, int[] segmentIndices, double[] segmentLengths)
 Create an automatic traceline More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 

Properties

Tag Tag [get]
 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

unsafe NXOpen.AutomaticTraceline NXOpen.TracelineCollection.CreateAutomaticTraceline ( NXOpen.Assemblies.Explosion  explosion,
NXOpen.Point  startPoint,
NXOpen.Direction  startDirection,
NXOpen.Point  endPoint,
NXOpen.Direction  endDirection,
NXOpen.Matrix3x3  orientation,
NXOpen.AutomaticTraceline.ModeOption  mode,
int  solution,
double  startOffset,
double  endOffset,
int[]  segmentIndices,
double[]  segmentLengths 
)

Create an automatic 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
Created traceline
override int NXOpen.TracelineCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
protected

Advances the enumerator to the next element of the collection.

NXOpen.Traceline [] NXOpen.TracelineCollection.ToArray ( )

Returns an array of NXOpen.Traceline objects.

Property Documentation

Tag NXOpen.TracelineCollection.Tag
get

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.