Class SlopeBuilder
Inheritance
System.Object
System.MarshalByRefObject
SlopeBuilder
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)
Namespace: NXOpen.Features.VehicleDesign
Assembly: NXOpen.dll
Syntax
public class SlopeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SlopeBuilder()
Declaration
protected SlopeBuilder()
Properties
FrontAngle
Declaration
public Expression FrontAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
FrontLoading
Declaration
public string FrontLoading { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FrontObjects
Declaration
public ScCollector FrontObjects { get; }
Property Value
Type | Description |
---|---|
ScCollector |
Position
Declaration
public SlopeBuilder.PositionType Position { get; set; }
Property Value
Type | Description |
---|---|
SlopeBuilder.PositionType |
RearAngle
Declaration
public Expression RearAngle { get; }
Property Value
Type | Description |
---|---|
Expression |
RearLoading
Declaration
public string RearLoading { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RearObjects
Declaration
public ScCollector RearObjects { get; }
Property Value
Type | Description |
---|---|
ScCollector |
RequirementsControl
Declaration
public SlopeBuilder.RequirementsControlType RequirementsControl { get; set; }
Property Value
Type | Description |
---|---|
SlopeBuilder.RequirementsControlType |
ShowDistanceMeasurement
Declaration
public bool ShowDistanceMeasurement { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Standard
Declaration
public string Standard { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Visualization
Declaration
public SlopeBuilder.VisualizationType Visualization { get; set; }
Property Value
Type | Description |
---|---|
SlopeBuilder.VisualizationType |
WheelSize
Declaration
public SlopeBuilder.WheelSizeType WheelSize { get; set; }
Property Value
Type | Description |
---|---|
SlopeBuilder.WheelSizeType |
Implements
System.Runtime.Remoting.Messaging.IMessageSink