Class CurveContinuityBuilder
Inheritance
CurveContinuityBuilder
Assembly: NXOpen.dll
Syntax
public class CurveContinuityBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CurveContinuityBuilder()
Declaration
protected CurveContinuityBuilder()
Properties
AngularThreshold
Declaration
public Expression AngularThreshold { get; }
Property Value
ContinuityType
Declaration
public CurveContinuityBuilder.Type ContinuityType { get; set; }
Property Value
DistanceThreshold
Declaration
public Expression DistanceThreshold { get; }
Property Value
DynamicLabel
Declaration
public SelectNXObject DynamicLabel { get; }
Property Value
EndPointX
Declaration
public double EndPointX { get; set; }
Property Value
EndPointY
Declaration
public double EndPointY { get; set; }
Property Value
EndPointZ
Declaration
public double EndPointZ { get; set; }
Property Value
G0Check
Declaration
public bool G0Check { get; set; }
Property Value
G0Check2
Declaration
public bool G0Check2 { get; set; }
Property Value
G0Tolerance
Declaration
public double G0Tolerance { get; set; }
Property Value
G1Check
Declaration
public bool G1Check { get; set; }
Property Value
G1Check2
Declaration
public bool G1Check2 { get; set; }
Property Value
G1Tolerance
Declaration
public double G1Tolerance { get; set; }
Property Value
G2Check
Declaration
public bool G2Check { get; set; }
Property Value
G2Check2
Declaration
public bool G2Check2 { get; set; }
Property Value
G2Tolerance
Declaration
public double G2Tolerance { get; set; }
Property Value
G3Check
Declaration
public bool G3Check { get; set; }
Property Value
G3Check2
Declaration
public bool G3Check2 { get; set; }
Property Value
G3Tolerance
Declaration
public double G3Tolerance { get; set; }
Property Value
MultiCurve
Declaration
public SelectDisplayableObjectList MultiCurve { get; }
Property Value
SelectCurve
Declaration
public SelectNXObject SelectCurve { get; }
Property Value
SelectObject
Declaration
public SelectNXObject SelectObject { get; }
Property Value
ShowDeviation
Declaration
public bool ShowDeviation { get; set; }
Property Value
ShowMarkup
Declaration
public bool ShowMarkup { get; set; }
Property Value
ShowMaximum
Declaration
public bool ShowMaximum { get; set; }
Property Value
ShowMinimum
Declaration
public bool ShowMinimum { get; set; }
Property Value
ShowNeedle
Declaration
public bool ShowNeedle { get; set; }
Property Value
ShowOutOfTolerance
Declaration
public bool ShowOutOfTolerance { get; set; }
Property Value
Methods
ResetShowDeviation()
Declaration
public void ResetShowDeviation()
Implements
System.Runtime.Remoting.Messaging.IMessageSink