Class RoadBuilder
Inheritance
System.Object
System.MarshalByRefObject
RoadBuilder
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 RoadBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
RoadBuilder()
Declaration
Properties
BankAngleCurve
Declaration
public MotionFunction BankAngleCurve { get; set; }
Property Value
BankAngleCurveProfile
Declaration
public SelectFieldData BankAngleCurveProfile { get; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
GridDensity
Declaration
public Expression GridDensity { get; }
Property Value
Length
Declaration
public Expression Length { get; }
Property Value
Link
Declaration
public SelectLink Link { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PathDatatype
Declaration
public RoadBuilder.PathDatatypeChoices PathDatatype { get; set; }
Property Value
PathFileName
Declaration
public string PathFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferencePoint
Declaration
public Point ReferencePoint { get; set; }
Property Value
RoadObject
Declaration
public Road RoadObject { get; set; }
Property Value
RoadType
Declaration
public RoadBuilder.TypeChoices RoadType { get; set; }
Property Value
SegmentBuilderList
Declaration
public SegmentBuilderList SegmentBuilderList { get; }
Property Value
ShowVisualization
Declaration
public bool ShowVisualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SplineCurve
Declaration
public MotionFunction SplineCurve { get; set; }
Property Value
SplineCurveProfile
Declaration
public SelectFieldData SplineCurveProfile { get; }
Property Value
SplineType
Declaration
public RoadBuilder.SplineDatatypeChoices SplineType { get; set; }
Property Value
SurfaceDatatype
Declaration
public RoadBuilder.SurfaceDatatypeChoices SurfaceDatatype { get; set; }
Property Value
SurfaceFileName
Declaration
public string SurfaceFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
SurfaceProfile
Declaration
public SelectFieldData SurfaceProfile { get; }
Property Value
Width
Declaration
public Expression Width { get; }
Property Value
XCurve
Declaration
public MotionFunction XCurve { get; set; }
Property Value
XCurveProfile
Declaration
public SelectFieldData XCurveProfile { get; }
Property Value
XSegmentOriginCoord
Declaration
public Expression XSegmentOriginCoord { get; }
Property Value
YCurve
Declaration
public MotionFunction YCurve { get; set; }
Property Value
YCurveProfile
Declaration
public SelectFieldData YCurveProfile { get; }
Property Value
YSegmentOriginCoord
Declaration
public Expression YSegmentOriginCoord { get; }
Property Value
ZCurve
Declaration
public MotionFunction ZCurve { get; set; }
Property Value
ZCurveProfile
Declaration
public SelectFieldData ZCurveProfile { get; }
Property Value
ZSegmentOriginCoord
Declaration
public Expression ZSegmentOriginCoord { get; }
Property Value
Methods
CreateSegmentBuilder()
Declaration
public SegmentBuilder CreateSegmentBuilder()
Returns
GetSegmentBuilder(Int32)
Declaration
public SegmentBuilder GetSegmentBuilder(int segmentBuilderIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
segmentBuilderIndex |
|
Returns
RemoveAllSegmentBuilders()
Declaration
public void RemoveAllSegmentBuilders()
RemoveSegmentBuilder(SegmentBuilder)
Declaration
public void RemoveSegmentBuilder(SegmentBuilder segment)
Parameters
SwapSegment(SegmentBuilder, SegmentBuilder)
Declaration
public void SwapSegment(SegmentBuilder firstSegment, SegmentBuilder secondSegment)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink