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

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...
 

Properties

Tag Tag [get]
 Returns the tag of this object. 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 
)

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 
)

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.