NXOpen .NET Reference Guide
 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 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 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.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.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

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.