Class SlopeBuilder
Assembly: NXOpen.dll
Syntax
public class SlopeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SlopeBuilder()
Declaration
Properties
FrontAngle
Declaration
public Expression FrontAngle { get; }
Property Value
FrontLoading
Declaration
public string FrontLoading { get; set; }
Property Value
FrontObjects
Declaration
public ScCollector FrontObjects { get; }
Property Value
Position
Declaration
public SlopeBuilder.PositionType Position { get; set; }
Property Value
RearAngle
Declaration
public Expression RearAngle { get; }
Property Value
RearLoading
Declaration
public string RearLoading { get; set; }
Property Value
RearObjects
Declaration
public ScCollector RearObjects { get; }
Property Value
RequirementsControl
Declaration
public SlopeBuilder.RequirementsControlType RequirementsControl { get; set; }
Property Value
ShowDistanceMeasurement
Declaration
public bool ShowDistanceMeasurement { get; set; }
Property Value
Standard
Declaration
public string Standard { get; set; }
Property Value
Visualization
Declaration
public SlopeBuilder.VisualizationType Visualization { get; set; }
Property Value
WheelSize
Declaration
public SlopeBuilder.WheelSizeType WheelSize { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink