Class BIMSlopeBuilder
Inheritance
BIMSlopeBuilder
Assembly: NXOpen.dll
Syntax
public class BIMSlopeBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BIMSlopeBuilder()
Declaration
protected BIMSlopeBuilder()
Properties
SlopeAngleDim
Declaration
public Expression SlopeAngleDim { get; }
Property Value
SlopeHeightDim
Declaration
public Expression SlopeHeightDim { get; }
Property Value
SlopePercentage
Declaration
public double SlopePercentage { get; set; }
Property Value
SlopeRatioDen
Declaration
public double SlopeRatioDen { get; set; }
Property Value
SlopeRatioNum
Declaration
public double SlopeRatioNum { get; set; }
Property Value
SlopeSetting
Declaration
public BIMSlopeBuilder.SlopeOption SlopeSetting { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink