Search Results for

    Show / Hide Table of Contents

    Class DuctReinforcementBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DuctReinforcementBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class DuctReinforcementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DuctReinforcementBuilder()

    Declaration
    protected DuctReinforcementBuilder()

    Properties

    IntervalExpression

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

    MinimumClearance

    Declaration
    public OnPathDimensionBuilder MinimumClearance { get; }
    Property Value
    Type Description
    OnPathDimensionBuilder

    NumberOfPairs

    Declaration
    public int NumberOfPairs { get; set; }
    Property Value
    Type Description
    int

    ParallelReinforcement

    Declaration
    public PathStockBuilder ParallelReinforcement { get; set; }
    Property Value
    Type Description
    PathStockBuilder

    ParentDuct

    Declaration
    public SelectStock ParentDuct { get; }
    Property Value
    Type Description
    SelectStock

    PathCurve

    Declaration
    public Curve PathCurve { get; }
    Property Value
    Type Description
    Curve

    PerpendicularReinforcement

    Declaration
    public PathStockBuilder PerpendicularReinforcement { get; set; }
    Property Value
    Type Description
    PathStockBuilder

    ReinforcementType

    Declaration
    public DuctReinforcementBuilder.ReinforcementTypes ReinforcementType { get; set; }
    Property Value
    Type Description
    DuctReinforcementBuilder.ReinforcementTypes

    SpacingExpression

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

    Methods

    UpdatePathCurve()

    Declaration
    public void UpdatePathCurve()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX