Class AutomaticTraceline
Inheritance
AutomaticTraceline
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
EndOffset
Declaration
public double EndOffset { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
Mode
Declaration
public AutomaticTraceline.ModeOption Mode { get; set; }
Property Value
Orientation
Declaration
public Matrix3x3 Orientation { get; set; }
Property Value
Solution
Declaration
public int Solution { get; set; }
Property Value
StartDirection
Declaration
public Direction StartDirection { get; set; }
Property Value
StartOffset
Declaration
public double StartOffset { get; set; }
Property Value
StartPoint
Declaration
public Point StartPoint { get; set; }
Property Value
Methods
GetSegmentConstraints(out int[], out double[])
Declaration
public void GetSegmentConstraints(out int[] segmentIndices, out double[] segmentLengths)
Parameters
Type |
Name |
Description |
int[] |
segmentIndices |
|
double[] |
segmentLengths |
|
RemoveSegmentConstraint(int)
Declaration
public void RemoveSegmentConstraint(int segmentIndex)
Parameters
Type |
Name |
Description |
int |
segmentIndex |
|
SetSegmentConstraints(int[], double[])
Declaration
public void SetSegmentConstraints(int[] segmentIndices, double[] segmentLengths)
Parameters
Type |
Name |
Description |
int[] |
segmentIndices |
|
double[] |
segmentLengths |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink