Class TracelineCollection
Inheritance
System.Object
System.MarshalByRefObject
TracelineCollection
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class TracelineCollection : TaggedObjectCollection, IMessageSink, IEnumerable
Constructors
TracelineCollection()
Declaration
protected TracelineCollection()
TracelineCollection(Part)
Declaration
protected TracelineCollection(Part owner)
Parameters
Type | Name | Description |
---|---|---|
Part | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
CreateAutomaticTraceline(Explosion, Point, Direction, Point, Direction, Matrix3x3, AutomaticTraceline.ModeOption, Int32, Double, Double, Int32[], Double[])
Declaration
public AutomaticTraceline CreateAutomaticTraceline(Explosion explosion, Point startPoint, Direction startDirection, Point endPoint, Direction endDirection, Matrix3x3 orientation, AutomaticTraceline.ModeOption mode, int solution, double startOffset, double endOffset, int[] segmentIndices, double[] segmentLengths)
Parameters
Type | Name | Description |
---|---|---|
Explosion | explosion | |
Point | startPoint | |
Direction | startDirection | |
Point | endPoint | |
Direction | endDirection | |
Matrix3x3 | orientation | |
AutomaticTraceline.ModeOption | mode | |
System.Int32 | solution | |
System.Double | startOffset | |
System.Double | endOffset | |
System.Int32[] | segmentIndices | |
System.Double[] | segmentLengths |
Returns
Type | Description |
---|---|
AutomaticTraceline |
EnumerateMoveNext(ref Tag, Byte[])
Declaration
protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
Parameters
Type | Name | Description |
---|---|---|
Tag | currentTag | |
System.Byte[] | state |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
ToArray()
Declaration
public Traceline[] ToArray()
Returns
Type | Description |
---|---|
Traceline[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.Collections.IEnumerable