RoutingElectricalComponentMatchType Enumeration

NXOpen.Preferences.RoutingElectrical.ComponentMatchType is an alias for NXOpen.Preferences.RoutingElectricalComponentMatchType

class NXOpen.Preferences.RoutingElectricalComponentMatchType

Bases: object

Manual/Auto Assign component uses the component match method to determine which component(s) are candidates for assignment to a component list record.

Matching consists of matching the: o the file name of a component o the component name o Part Name field of the component list record to an attribute

If attribute name matching is specified, indicate the name of the attribute.

Enum Members

Enum Member Enum Member Description
FileName Match file name during component assignment.
ComponentName Match component name during component assignment.
AttributeName Match attribute name during component assignment.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.