NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

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...
 
NXOpen.Traceline[] ToArray ()
 Returns an array of NXOpen.Traceline objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> 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 
)
inline

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 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

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

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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.