Search Results for

    Show / Hide Table of Contents

    Class InsulationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InsulationBuilder
    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.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public class InsulationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InsulationBuilder()

    Declaration
    protected InsulationBuilder()

    Properties

    AddInsulationOnFittings

    Declaration
    public bool AddInsulationOnFittings { get; set; }
    Property Value
    Type Description
    bool

    ApplicationMethod

    Declaration
    public InsulationBuilder.ApplicationType ApplicationMethod { get; set; }
    Property Value
    Type Description
    InsulationBuilder.ApplicationType

    EndOffsetPoint

    Declaration
    public PathDimensionBuilder EndOffsetPoint { get; }
    Property Value
    Type Description
    PathDimensionBuilder

    EndPoint

    Declaration
    public PathDimensionBuilder EndPoint { get; }
    Property Value
    Type Description
    PathDimensionBuilder

    GapDistance

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

    InsulationPartOccurrenceSelection

    Declaration
    public SelectComponent InsulationPartOccurrenceSelection { get; }
    Property Value
    Type Description
    SelectComponent

    OffsetMethod

    Declaration
    public InsulationBuilder.OffsetMethodType OffsetMethod { get; set; }
    Property Value
    Type Description
    InsulationBuilder.OffsetMethodType

    OverlapPercentage

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

    SegmentCollector

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

    StartOffsetPoint

    Declaration
    public PathDimensionBuilder StartOffsetPoint { get; }
    Property Value
    Type Description
    PathDimensionBuilder

    StartPoint

    Declaration
    public PathDimensionBuilder StartPoint { get; }
    Property Value
    Type Description
    PathDimensionBuilder

    StockSettings

    Declaration
    public StockBlockBuilder StockSettings { get; }
    Property Value
    Type Description
    StockBlockBuilder

    SwitchStartEnd

    Declaration
    public bool SwitchStartEnd { get; set; }
    Property Value
    Type Description
    bool

    WrapMethod

    Declaration
    public InsulationBuilder.WrapType WrapMethod { get; set; }
    Property Value
    Type Description
    InsulationBuilder.WrapType

    Methods

    CreateScalarPoint(Part, double[])

    Declaration
    public TaggedObject CreateScalarPoint(Part partToCreatePointIn, double[] pointLocation)
    Parameters
    Type Name Description
    Part partToCreatePointIn
    double[] pointLocation
    Returns
    Type Description
    TaggedObject

    GetLogicalObject()

    Declaration
    public LogicalObject GetLogicalObject()
    Returns
    Type Description
    LogicalObject

    GetOrderedPath(out TaggedObject[])

    Declaration
    public void GetOrderedPath(out TaggedObject[] orderedPath)
    Parameters
    Type Name Description
    TaggedObject[] orderedPath

    PreCommit()

    Declaration
    public void PreCommit()

    SuggestWrapMethodBasedOnStockSettings()

    Declaration
    public InsulationBuilder.WrapType SuggestWrapMethodBasedOnStockSettings()
    Returns
    Type Description
    InsulationBuilder.WrapType

    UpdatePath()

    Declaration
    public void UpdatePath()

    Implements

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