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

Represents a collection of NXOpen.Routing.Electrical.ConnectorDevice (CD) objects. More...

Inheritance diagram for NXOpen.Routing.Electrical.ConnectorDeviceCollection:
NXOpen.TaggedObjectCollection NXOpen.Utilities.NXRemotableObject IEnumerable IMessageSink

Public Member Functions

unsafe void AutoAssignConnectors (NXOpen.Routing.Electrical.ConnectorDevice[] connectors)
 Auto assignment is done using one of the three matching methods, Part Name, Component Name or Attribute. More...
 
unsafe
NXOpen.Routing.Electrical.ConnectorDevice 
CreateConnectorDevice (NXOpen.Routing.Electrical.ConnectorDevice.ComponentType connectorType, string componentName)
 Creates a NXOpen.Routing.Electrical.ConnectorDevice . More...
 
unsafe
NXOpen.Routing.Electrical.ConnectorDevice 
CreateConnectorDevice (NXOpen.Routing.Electrical.HarnessDevice harnessDevice, string equipmentName, string connectorName, NXOpen.Routing.Electrical.ConnectorDevice.ComponentType connectorType)
 Finds or Creates a NXOpen.Routing.Electrical.ConnectorDevice for given equipmentName and or connectorName. More...
 
unsafe
NXOpen.Routing.Electrical.ConnectorDevice[] 
GetConnectorSingleDevices ()
 Get connectors from the work part. More...
 
unsafe
NXOpen.Routing.Electrical.ConnectorDevice[] 
GetEquipmentSingleDevices ()
 Get equipment from the work part. More...
 
NXOpen.Routing.Electrical.ConnectorDevice[] ToArray ()
 Returns an array of NXOpen.Routing.Electrical.ConnectorDevice objects. More...
 
- Public Member Functions inherited from NXOpen.TaggedObjectCollection
IEnumerator GetEnumerator ()
 Returns an enumerator that iterates through a collection. 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...
 

Protected Member Functions

override int EnumerateMoveNext (ref Tag currentTag, byte[] state)
 Advances the enumerator to the next element of the collection. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObjectCollection
new void initialize ()
 <exclude> More...
 
- Protected Member Functions inherited from NXOpen.Utilities.NXRemotableObject
void initialize ()
 <exclude> More...
 

Properties

Tag Tag [get]
 Returns the tag of this object. More...
 

Detailed Description

Represents a collection of NXOpen.Routing.Electrical.ConnectorDevice (CD) objects.

To obtain an instance of this class, refer to NXOpen.Routing.RouteManager

Created in NX4.0.2

Member Function Documentation

unsafe void NXOpen.Routing.Electrical.ConnectorDeviceCollection.AutoAssignConnectors ( NXOpen.Routing.Electrical.ConnectorDevice[]  connectors)
inline

Auto assignment is done using one of the three matching methods, Part Name, Component Name or Attribute.

Created in NX4.0.2

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

Parameters
connectors
unsafe NXOpen.Routing.Electrical.ConnectorDevice NXOpen.Routing.Electrical.ConnectorDeviceCollection.CreateConnectorDevice ( NXOpen.Routing.Electrical.ConnectorDevice.ComponentType  connectorType,
string  componentName 
)
inline

Creates a NXOpen.Routing.Electrical.ConnectorDevice .

Created in NX4.0.2

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

Parameters
connectorType
componentName
Returns
unsafe NXOpen.Routing.Electrical.ConnectorDevice NXOpen.Routing.Electrical.ConnectorDeviceCollection.CreateConnectorDevice ( NXOpen.Routing.Electrical.HarnessDevice  harnessDevice,
string  equipmentName,
string  connectorName,
NXOpen.Routing.Electrical.ConnectorDevice.ComponentType  connectorType 
)
inline

Finds or Creates a NXOpen.Routing.Electrical.ConnectorDevice for given equipmentName and or connectorName.

Builds NXOpen.Routing.Electrical.ElectricalDeviceRelationship between equipment and connector, if equipmentName and connectorName are not a null reference (Nothing in Visual Basic). Adds connector to harnessDevice, if connectorName and harnessDevice are not a null reference (Nothing in Visual Basic).

Created in NX5.0.0

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

Parameters
harnessDevicecan be a null reference (Nothing in Visual Basic)
equipmentNamecan be a null reference (Nothing in Visual Basic) if connectorName is not a null reference (Nothing in Visual Basic)
connectorNamecan be a null reference (Nothing in Visual Basic) if equipmentName is not a null reference (Nothing in Visual Basic)
connectorType
Returns
override int NXOpen.Routing.Electrical.ConnectorDeviceCollection.EnumerateMoveNext ( ref Tag  currentTag,
byte[]  state 
)
inlineprotectedvirtual

Advances the enumerator to the next element of the collection.

Implements NXOpen.TaggedObjectCollection.

unsafe NXOpen.Routing.Electrical.ConnectorDevice [] NXOpen.Routing.Electrical.ConnectorDeviceCollection.GetConnectorSingleDevices ( )
inline

Get connectors from the work part.

Created in NX4.0.2

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

Returns
unsafe NXOpen.Routing.Electrical.ConnectorDevice [] NXOpen.Routing.Electrical.ConnectorDeviceCollection.GetEquipmentSingleDevices ( )
inline

Get equipment from the work part.

Created in NX4.0.2

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

Returns
NXOpen.Routing.Electrical.ConnectorDevice [] NXOpen.Routing.Electrical.ConnectorDeviceCollection.ToArray ( )
inline

Returns an array of NXOpen.Routing.Electrical.ConnectorDevice objects.

Property Documentation

Tag NXOpen.Routing.Electrical.ConnectorDeviceCollection.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.