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

Data object created by Routing just before routing connections. More...

Inheritance diagram for NXOpen.Routing.Electrical.SortConnectionsPluginData:
NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void GetStockDevicesToSort (out NXOpen.Routing.Electrical.ElectricalStockDevice[] stockDevices)
 Gets the stock devices such as Routing.Electrical.WireDevice s that implement connections Routing is about to route along their paths. More...
 
unsafe void SetSortedStockDevices (NXOpen.Routing.Electrical.ElectricalStockDevice[] stockDevices)
 Sets the stock devices sorted in the order in which you want their connections to route. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. 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...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Data object created by Routing just before routing connections.

Routing sends this object to any registered Sort Connections plugin with the "Stock Devices to sort" filled in.

It is the Sort Connections plugin responsibility to sort the Stock Devices and to put the sorted Stock Devices into "Sorted Stock Devices".

For more information, see Routing.CustomManager and the Routing.CustomManager.SetSortConnectionsPlugin

An instance of this object will be sent to the Sort Connections plugin.

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.Routing.Electrical.SortConnectionsPluginData.GetStockDevicesToSort ( out NXOpen.Routing.Electrical.ElectricalStockDevice[]  stockDevices)
inline

Gets the stock devices such as Routing.Electrical.WireDevice s that implement connections Routing is about to route along their paths.

Created in NX12.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
stockDevicesThe Routing.Electrical.ElectricalStockDevice s to sort in the order in which you want to route them.
unsafe void NXOpen.Routing.Electrical.SortConnectionsPluginData.SetSortedStockDevices ( NXOpen.Routing.Electrical.ElectricalStockDevice[]  stockDevices)
inline

Sets the stock devices sorted in the order in which you want their connections to route.

Created in NX12.0.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
stockDevicesThe Routing.Electrical.ElectricalStockDevice s sorted in the order in which you want to route them.

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