Search Results for

    Show / Hide Table of Contents

    Class RunsAssignmentManager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    RunsAssignmentManager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    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.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.MechanicalRouting
    Assembly: NXOpen.dll
    Syntax
    public class RunsAssignmentManager : NXRemotableObject, IMessageSink

    Constructors

    RunsAssignmentManager(RoutingManager)

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

    Properties

    Tag

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

    Methods

    AssignComponentPort(Component, Port, NXObject)

    Declaration
    public void AssignComponentPort(Component component, Port physicalPort, NXObject logicalPort)
    Parameters
    Type Name Description
    Component component
    Port physicalPort
    NXObject logicalPort

    AssignComponentsToLogicalConnection(Component[], NXObject)

    Declaration
    public void AssignComponentsToLogicalConnection(Component[] components, NXObject logicalConnection)
    Parameters
    Type Name Description
    Component[] components
    NXObject logicalConnection

    AssignComponentToLogicalEquipment(Component, NXObject)

    Declaration
    public void AssignComponentToLogicalEquipment(Component component, NXObject logicalEquipment)
    Parameters
    Type Name Description
    Component component
    NXObject logicalEquipment

    AssignPort(Port, NXObject)

    Declaration
    public void AssignPort(Port physicalPort, NXObject logicalPort)
    Parameters
    Type Name Description
    Port physicalPort
    NXObject logicalPort

    AssignSingleComponentToLogicalConnection(Component, NXObject)

    Declaration
    public void AssignSingleComponentToLogicalConnection(Component component, NXObject logicalConnection)
    Parameters
    Type Name Description
    Component component
    NXObject logicalConnection

    GetAssignedLogicalConnection(Component)

    Declaration
    public NXObject GetAssignedLogicalConnection(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    NXObject

    GetAssignedLogicalEquipment(Component)

    Declaration
    public NXObject GetAssignedLogicalEquipment(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    NXObject

    GetAssignedLogicalPort(Component, NXObject)

    Declaration
    public NXObject GetAssignedLogicalPort(Component component, NXObject port)
    Parameters
    Type Name Description
    Component component
    NXObject port
    Returns
    Type Description
    NXObject

    GetComponentLogicalEquipmentAssignedTo(Part, NXObject)

    Declaration
    public Component GetComponentLogicalEquipmentAssignedTo(Part part, NXObject logicalEquipment)
    Parameters
    Type Name Description
    Part part
    NXObject logicalEquipment
    Returns
    Type Description
    Component

    GetComponentsLogicalConnectionAssignedTo(Part, NXObject)

    Declaration
    public Component[] GetComponentsLogicalConnectionAssignedTo(Part part, NXObject logicalConnection)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Returns
    Type Description
    Component[]

    GetLogicalConnectionFromPortAssignedTo(Part, NXObject, out Component, out NXObject)

    Declaration
    public void GetLogicalConnectionFromPortAssignedTo(Part part, NXObject logicalConnection, out Component component, out NXObject port)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Component component
    NXObject port

    GetLogicalConnectionToPortAssignedTo(Part, NXObject, out Component, out NXObject)

    Declaration
    public void GetLogicalConnectionToPortAssignedTo(Part part, NXObject logicalConnection, out Component component, out NXObject port)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Component component
    NXObject port

    GetLogicalObjectMappingStatus(NXObject, out RunsAssignmentManager.MappingStatusMessage)

    Declaration
    public RunsAssignmentManager.MappingStatus GetLogicalObjectMappingStatus(NXObject logicalDesignObject, out RunsAssignmentManager.MappingStatusMessage message)
    Parameters
    Type Name Description
    NXObject logicalDesignObject
    RunsAssignmentManager.MappingStatusMessage message
    Returns
    Type Description
    RunsAssignmentManager.MappingStatus

    GetMappingStatusMessageUserString(RunsAssignmentManager.MappingStatusMessage)

    Declaration
    public string GetMappingStatusMessageUserString(RunsAssignmentManager.MappingStatusMessage message)
    Parameters
    Type Name Description
    RunsAssignmentManager.MappingStatusMessage message
    Returns
    Type Description
    System.String

    GetPortLogicalPortAssignedTo(Part, NXObject, out Component, out NXObject)

    Declaration
    public void GetPortLogicalPortAssignedTo(Part part, NXObject logicalPort, out Component component, out NXObject port)
    Parameters
    Type Name Description
    Part part
    NXObject logicalPort
    Component component
    NXObject port

    GetSimplifiedViewLogicalObjectMappingStatus(NXObject, out RunsAssignmentManager.MappingStatusMessage)

    Declaration
    public RunsAssignmentManager.MappingStatus GetSimplifiedViewLogicalObjectMappingStatus(NXObject logicalDesignObject, out RunsAssignmentManager.MappingStatusMessage message)
    Parameters
    Type Name Description
    NXObject logicalDesignObject
    RunsAssignmentManager.MappingStatusMessage message
    Returns
    Type Description
    RunsAssignmentManager.MappingStatus

    IsComponentAssignedToConnection(Component)

    Declaration
    public bool IsComponentAssignedToConnection(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    System.Boolean

    IsComponentAssignedToEquipment(Component)

    Declaration
    public bool IsComponentAssignedToEquipment(Component component)
    Parameters
    Type Name Description
    Component component
    Returns
    Type Description
    System.Boolean

    IsLogicalConnectionAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalConnectionAssigned(Part part, NXObject logicalConnection)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Returns
    Type Description
    System.Boolean

    IsLogicalConnectionFromPortAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalConnectionFromPortAssigned(Part part, NXObject logicalConnection)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Returns
    Type Description
    System.Boolean

    IsLogicalConnectionToPortAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalConnectionToPortAssigned(Part part, NXObject logicalConnection)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection
    Returns
    Type Description
    System.Boolean

    IsLogicalDesignObjectAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalDesignObjectAssigned(Part part, NXObject logicalDesignObject)
    Parameters
    Type Name Description
    Part part
    NXObject logicalDesignObject
    Returns
    Type Description
    System.Boolean

    IsLogicalEquipmentAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalEquipmentAssigned(Part part, NXObject logicalEquipment)
    Parameters
    Type Name Description
    Part part
    NXObject logicalEquipment
    Returns
    Type Description
    System.Boolean

    IsLogicalPortAssigned(Part, NXObject)

    Declaration
    public bool IsLogicalPortAssigned(Part part, NXObject logicalPort)
    Parameters
    Type Name Description
    Part part
    NXObject logicalPort
    Returns
    Type Description
    System.Boolean

    IsPortAssigned(Component, NXObject)

    Declaration
    public bool IsPortAssigned(Component component, NXObject port)
    Parameters
    Type Name Description
    Component component
    NXObject port
    Returns
    Type Description
    System.Boolean

    MakeComponentBranchTerminating(Component)

    Declaration
    public void MakeComponentBranchTerminating(Component component)
    Parameters
    Type Name Description
    Component component

    MakeComponentNotBranchTerminating(Component)

    Declaration
    public void MakeComponentNotBranchTerminating(Component component)
    Parameters
    Type Name Description
    Component component

    MapComponentToPart(Part, Component)

    Declaration
    public Component MapComponentToPart(Part part, Component component)
    Parameters
    Type Name Description
    Part part
    Component component
    Returns
    Type Description
    Component

    RefreshMappingStatusAndUpdateView(Part, NXObject)

    Declaration
    public void RefreshMappingStatusAndUpdateView(Part part, NXObject runObject)
    Parameters
    Type Name Description
    Part part
    NXObject runObject

    Unassign(Part, NXObject)

    Declaration
    public void Unassign(Part part, NXObject logicalPort)
    Parameters
    Type Name Description
    Part part
    NXObject logicalPort

    UnassignComponent(Component)

    Declaration
    public void UnassignComponent(Component component)
    Parameters
    Type Name Description
    Component component

    UnassignComponentFromLogicalEquipment(Part, NXObject)

    Declaration
    public void UnassignComponentFromLogicalEquipment(Part part, NXObject logicalEquipment)
    Parameters
    Type Name Description
    Part part
    NXObject logicalEquipment

    UnassignComponentsFromLogicalConnection(Part, NXObject)

    Declaration
    public void UnassignComponentsFromLogicalConnection(Part part, NXObject logicalConnection)
    Parameters
    Type Name Description
    Part part
    NXObject logicalConnection

    Implements

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