Class DuctSizeCalculatorBuilder
Inheritance
DuctSizeCalculatorBuilder
Assembly: NXOpen.dll
Syntax
public class DuctSizeCalculatorBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DuctSizeCalculatorBuilder()
Declaration
protected DuctSizeCalculatorBuilder()
Properties
DuctAreaExp
Declaration
public Expression DuctAreaExp { get; }
Property Value
DuctAspectRatioExp
Declaration
public Expression DuctAspectRatioExp { get; }
Property Value
DuctDiameterExp
Declaration
public Expression DuctDiameterExp { get; }
Property Value
DuctEqvalentDiameterExp
Declaration
public Expression DuctEqvalentDiameterExp { get; }
Property Value
DuctHeightExp
Declaration
public Expression DuctHeightExp { get; }
Property Value
DuctShape
Declaration
public DuctSizeCalculatorBuilder.DuctShapeType DuctShape { get; set; }
Property Value
DuctWidthExp
Declaration
public Expression DuctWidthExp { get; }
Property Value
IsCreateSpaceReservationEnabled
Declaration
public bool IsCreateSpaceReservationEnabled { get; set; }
Property Value
IsDisplayFlowParamsEnabled
Declaration
public bool IsDisplayFlowParamsEnabled { get; set; }
Property Value
RouteObjectCollector
Declaration
public RouteObjectCollector RouteObjectCollector { get; }
Property Value
VelocityExp
Declaration
public Expression VelocityExp { get; }
Property Value
VolumeFlowRateExp
Declaration
public Expression VolumeFlowRateExp { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink