Class SegmentBuilder
Inheritance
SegmentBuilder
Assembly: NXOpen.dll
Syntax
public class SegmentBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SegmentBuilder()
Declaration
protected SegmentBuilder()
Properties
Angle
Declaration
public Expression Angle { get; }
Property Value
BankAngleCurve
Declaration
public MotionFunction BankAngleCurve { get; set; }
Property Value
BankAngleCurveProfile
Declaration
public SelectFieldData BankAngleCurveProfile { get; }
Property Value
ConstantRadiusBankAngle
Declaration
public Expression ConstantRadiusBankAngle { get; }
Property Value
ConstantRadiusElevationChange
Declaration
public Expression ConstantRadiusElevationChange { get; }
Property Value
LaneChangeElevationChange
Declaration
public Expression LaneChangeElevationChange { get; }
Property Value
LaneChangeForwardLength
Declaration
public Expression LaneChangeForwardLength { get; }
Property Value
LateralAmplitude
Declaration
public Expression LateralAmplitude { get; }
Property Value
LateralShiftLength
Declaration
public Expression LateralShiftLength { get; }
Property Value
Length
Declaration
public Expression Length { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NumberOfPylons
Declaration
public Expression NumberOfPylons { get; }
Property Value
Radius
Declaration
public Expression Radius { get; }
Property Value
SegmentType
Declaration
public SegmentBuilder.TypeChoices SegmentType { get; set; }
Property Value
SlalomElevationChange
Declaration
public Expression SlalomElevationChange { get; }
Property Value
SlalomForwardLength
Declaration
public Expression SlalomForwardLength { get; }
Property Value
SplineType
Declaration
public SegmentBuilder.SplineDatatypeChoices SplineType { get; set; }
Property Value
StraightElevationChange
Declaration
public Expression StraightElevationChange { get; }
Property Value
TransitionType
Declaration
public SegmentBuilder.StraightTransitionTypeChoices TransitionType { get; set; }
Property Value
YCurve
Declaration
public MotionFunction YCurve { get; set; }
Property Value
YCurveProfile
Declaration
public SelectFieldData YCurveProfile { get; }
Property Value
ZCurve
Declaration
public MotionFunction ZCurve { get; set; }
Property Value
ZCurveProfile
Declaration
public SelectFieldData ZCurveProfile { get; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink