Search Results for

    Show / Hide Table of Contents

    Class CreatePathBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CreatePathBuilder
    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 CreatePathBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CreatePathBuilder()

    Declaration
    protected CreatePathBuilder()

    Properties

    CornerSettings

    Declaration
    public CornerBuilder CornerSettings { get; }
    Property Value
    Type Description
    CornerBuilder

    PathStockBuilder

    Declaration
    public StockBuilder PathStockBuilder { get; }
    Property Value
    Type Description
    StockBuilder

    PathTransitionListManagerBuilder

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

    StockSettings

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

    Methods

    CreatePathTransitionManagerBuilder(Part, Component, Part)

    Declaration
    public PathTransitionListManagerBuilder CreatePathTransitionManagerBuilder(Part workPart, Component workOcc, Part displayPart)
    Parameters
    Type Name Description
    Part workPart
    Component workOcc
    Part displayPart
    Returns
    Type Description
    PathTransitionListManagerBuilder

    GetBendCornerAttributes(out AttributeInformation[])

    Declaration
    public void GetBendCornerAttributes(out NXObject.AttributeInformation[] attributes)
    Parameters
    Type Name Description
    AttributeInformation[] attributes

    GetLogicalConnection()

    Declaration
    public TaggedObject GetLogicalConnection()
    Returns
    Type Description
    TaggedObject

    GetLogicalObjects(out LogicalObject[])

    Declaration
    public void GetLogicalObjects(out LogicalObject[] logicalObjects)
    Parameters
    Type Name Description
    LogicalObject[] logicalObjects

    PreCommit()

    Declaration
    public void PreCommit()

    RemoveBendCornerAttributes(Corner[])

    Declaration
    public void RemoveBendCornerAttributes(Corner[] corners)
    Parameters
    Type Name Description
    Corner[] corners

    SetBendCornerAttributes(AttributeInformation[])

    Declaration
    public void SetBendCornerAttributes(NXObject.AttributeInformation[] attributes)
    Parameters
    Type Name Description
    AttributeInformation[] attributes

    SetLogicalConnection(TaggedObject)

    Declaration
    public void SetLogicalConnection(TaggedObject connection)
    Parameters
    Type Name Description
    TaggedObject connection

    SetTemplateAttributes()

    Declaration
    public void SetTemplateAttributes()

    Implements

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