NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.MechanicalRouting.ConnectivityService Class Reference

Represents a NXOpen.MechanicalRouting.ConnectivityService object. More...

Inheritance diagram for NXOpen.MechanicalRouting.ConnectivityService:
NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void GetComponentsConnectedToDesignElement (NXOpen.Assemblies.Component containerTag, NXOpen.Assemblies.Component componentTag, out NXOpen.Assemblies.Component[] connectedComponents, out NXOpen.ErrorList errorList)
 Discovers, loads and returns the components connected to the given Design Element. More...
 
unsafe void GetConnectedPorts (NXOpen.Part part, out NXOpen.Routing.Port[] connectedPorts1, out NXOpen.Routing.Port[] connectedPorts2)
 Returns the pairs of connected ports in the subset. More...
 
unsafe void GetConnectedPortsFromComponent (NXOpen.Assemblies.Component part, out NXOpen.Routing.Port[] connectedPorts1, out NXOpen.Routing.Port[] connectedPorts2)
 Returns the pairs of ports connected to the given Design Element. More...
 
unsafe void GetPortsConnectedToDesignElement (NXOpen.Assemblies.Component part, out NXOpen.Routing.Port[] connectedPorts1, out NXOpen.Routing.Port[] connectedPorts2)
 Returns the pairs of ports connected to the given Design Element. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.MechanicalRouting.ConnectivityService object.

Use the MechanicalRouting.RoutingManager.ConnectivityService to obtain an instance of this class.

To obtain an instance of this class, refer to NXOpen.MechanicalRouting.RoutingManager

Created in NX11.0.0

Member Function Documentation

unsafe void NXOpen.MechanicalRouting.ConnectivityService.GetComponentsConnectedToDesignElement ( NXOpen.Assemblies.Component  containerTag,
NXOpen.Assemblies.Component  componentTag,
out NXOpen.Assemblies.Component[]  connectedComponents,
out NXOpen.ErrorList  errorList 
)
inline

Discovers, loads and returns the components connected to the given Design Element.

Created in NX1872.0.0

License requirements: routing_base ("Routing Basic")

Parameters
containerTagThe assembly of the component.
componentTagThe component to get connected components for.
connectedComponents
errorListAny errors that occurred during the operation
unsafe void NXOpen.MechanicalRouting.ConnectivityService.GetConnectedPorts ( NXOpen.Part  part,
out NXOpen.Routing.Port[]  connectedPorts1,
out NXOpen.Routing.Port[]  connectedPorts2 
)
inline

Returns the pairs of connected ports in the subset.

Created in NX11.0.0

License requirements: routing_base ("Routing Basic")

Parameters
partThe subset part.
connectedPorts1
connectedPorts2
unsafe void NXOpen.MechanicalRouting.ConnectivityService.GetConnectedPortsFromComponent ( NXOpen.Assemblies.Component  part,
out NXOpen.Routing.Port[]  connectedPorts1,
out NXOpen.Routing.Port[]  connectedPorts2 
)
inline

Returns the pairs of ports connected to the given Design Element.

Created in NX1899.0.0

License requirements: routing_base ("Routing Basic")

Parameters
partThe component of the Design Element.
connectedPorts1
connectedPorts2
unsafe void NXOpen.MechanicalRouting.ConnectivityService.GetPortsConnectedToDesignElement ( NXOpen.Assemblies.Component  part,
out NXOpen.Routing.Port[]  connectedPorts1,
out NXOpen.Routing.Port[]  connectedPorts2 
)
inline

Returns the pairs of ports connected to the given Design Element.

Created in NX11.0.0

Deprecated in NX1899.0.0. JA_MECHANICALROUTING_CONNECTIVITY_SERVICE_get_connected_ports_from_component

License requirements: routing_base ("Routing Basic")

Parameters
partThe component of the Design Element.
connectedPorts1
connectedPorts2

Property Documentation

Tag NXOpen.MechanicalRouting.ConnectivityService.Tag
get

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.