Search Results for

    Show / Hide Table of Contents

    Class RoutingManager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    RoutingManager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.RoutingCommon
    Assembly: NXOpen.dll
    Syntax
    public class RoutingManager : NXRemotableObject, IMessageSink

    Constructors

    RoutingManager(Session)

    Declaration
    protected RoutingManager(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    BuilderFactory

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

    InsulationService

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

    OverlapCornerCollection

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

    Tag

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

    Methods

    ConditionAssemblyForTraditionalRouting(Part)

    Declaration
    public bool ConditionAssemblyForTraditionalRouting(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    bool

    CreateWiringComponent(Part, string)

    Declaration
    public Component CreateWiringComponent(Part part, string componentName)
    Parameters
    Type Name Description
    Part part
    string componentName
    Returns
    Type Description
    Component

    GetRoutingManager(Session)

    Declaration
    public static RoutingManager GetRoutingManager(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    RoutingManager

    GetSavedDisciplineAndSpecificationFromThePart(Part, out string, out string)

    Declaration
    public void GetSavedDisciplineAndSpecificationFromThePart(Part part, out string discipline, out string specification)
    Parameters
    Type Name Description
    Part part
    string discipline
    string specification

    InitializeRoutedSystemDesigner(AppType)

    Declaration
    public void InitializeRoutedSystemDesigner(RoutingManager.AppType appType)
    Parameters
    Type Name Description
    RoutingManager.AppType appType

    IsInsulationComponentPart(BasePart)

    Declaration
    public bool IsInsulationComponentPart(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    Returns
    Type Description
    bool

    IsReusableComponentPart(BasePart)

    Declaration
    public bool IsReusableComponentPart(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    Returns
    Type Description
    bool

    IsRouteSystemAssembly(Part)

    Declaration
    public bool IsRouteSystemAssembly(Part part)
    Parameters
    Type Name Description
    Part part
    Returns
    Type Description
    bool

    IsStockComponentPart(BasePart)

    Declaration
    public bool IsStockComponentPart(BasePart part)
    Parameters
    Type Name Description
    BasePart part
    Returns
    Type Description
    bool

    MakeComponentReusable(Component)

    Declaration
    public bool MakeComponentReusable(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    bool

    PerformDetachOperationOnPort(Port)

    Declaration
    public bool PerformDetachOperationOnPort(Port port)
    Parameters
    Type Name Description
    Port port
    Returns
    Type Description
    bool

    PerformDetachOperationOnRcp(ControlPoint)

    Declaration
    public bool PerformDetachOperationOnRcp(ControlPoint rcp)
    Parameters
    Type Name Description
    ControlPoint rcp
    Returns
    Type Description
    bool

    ReparentWiringComponents()

    Declaration
    public void ReparentWiringComponents()

    RestoreDisciplineAndSpecificationFromThePart(Part, out bool, out bool)

    Declaration
    public void RestoreDisciplineAndSpecificationFromThePart(Part part, out bool disciplineSuccess, out bool specificationSuccess)
    Parameters
    Type Name Description
    Part part
    bool disciplineSuccess
    bool specificationSuccess

    StoreReuseLibraryDisciplineWithinPart(Part, string)

    Declaration
    public bool StoreReuseLibraryDisciplineWithinPart(Part part, string discipline)
    Parameters
    Type Name Description
    Part part
    string discipline
    Returns
    Type Description
    bool

    StoreReuseLibrarySpecificationWithinPart(Part, string)

    Declaration
    public bool StoreReuseLibrarySpecificationWithinPart(Part part, string specification)
    Parameters
    Type Name Description
    Part part
    string specification
    Returns
    Type Description
    bool

    Implements

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