Class AutomaticTraceline
Inheritance
System.Object
System.MarshalByRefObject
AutomaticTraceline
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.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class AutomaticTraceline : Traceline, IMessageSink, IFitTo, INXObject
Constructors
AutomaticTraceline()
Declaration
protected AutomaticTraceline()
Properties
EndDirection
Declaration
public Direction EndDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
EndOffset
Declaration
public double EndOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Mode
Declaration
public AutomaticTraceline.ModeOption Mode { get; set; }
Property Value
Type | Description |
---|---|
AutomaticTraceline.ModeOption |
Orientation
Declaration
public Matrix3x3 Orientation { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x3 |
Solution
Declaration
public int Solution { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartDirection
Declaration
public Direction StartDirection { get; set; }
Property Value
Type | Description |
---|---|
Direction |
StartOffset
Declaration
public double StartOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Methods
GetSegmentConstraints(out Int32[], out Double[])
Declaration
public void GetSegmentConstraints(out int[] segmentIndices, out double[] segmentLengths)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | segmentIndices | |
System.Double[] | segmentLengths |
RemoveSegmentConstraint(Int32)
Declaration
public void RemoveSegmentConstraint(int segmentIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | segmentIndex |
SetSegmentConstraints(Int32[], Double[])
Declaration
public void SetSegmentConstraints(int[] segmentIndices, double[] segmentLengths)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | segmentIndices | |
System.Double[] | segmentLengths |
Implements
System.Runtime.Remoting.Messaging.IMessageSink