Class SegmentBuilder
Inheritance
System.Object
System.MarshalByRefObject
SegmentBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.String |
|
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
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink