Search Results for

    Show / Hide Table of Contents

    Class DuctSizeCalculatorBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DuctSizeCalculatorBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Routing
    Assembly: NXOpen.dll
    Syntax
    public class DuctSizeCalculatorBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DuctSizeCalculatorBuilder()

    Declaration
    protected DuctSizeCalculatorBuilder()

    Properties

    DuctAreaExp

    Declaration
    public Expression DuctAreaExp { get; }
    Property Value
    Type Description
    Expression

    DuctAspectRatioExp

    Declaration
    public Expression DuctAspectRatioExp { get; }
    Property Value
    Type Description
    Expression

    DuctDiameterExp

    Declaration
    public Expression DuctDiameterExp { get; }
    Property Value
    Type Description
    Expression

    DuctEqvalentDiameterExp

    Declaration
    public Expression DuctEqvalentDiameterExp { get; }
    Property Value
    Type Description
    Expression

    DuctHeightExp

    Declaration
    public Expression DuctHeightExp { get; }
    Property Value
    Type Description
    Expression

    DuctShape

    Declaration
    public DuctSizeCalculatorBuilder.DuctShapeType DuctShape { get; set; }
    Property Value
    Type Description
    DuctSizeCalculatorBuilder.DuctShapeType

    DuctWidthExp

    Declaration
    public Expression DuctWidthExp { get; }
    Property Value
    Type Description
    Expression

    IsCreateSpaceReservationEnabled

    Declaration
    public bool IsCreateSpaceReservationEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsDisplayFlowParamsEnabled

    Declaration
    public bool IsDisplayFlowParamsEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    RouteObjectCollector

    Declaration
    public RouteObjectCollector RouteObjectCollector { get; }
    Property Value
    Type Description
    RouteObjectCollector

    VelocityExp

    Declaration
    public Expression VelocityExp { get; }
    Property Value
    Type Description
    Expression

    VolumeFlowRateExp

    Declaration
    public Expression VolumeFlowRateExp { get; }
    Property Value
    Type Description
    Expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX