ComponentNetworkArrangementsMode Enumeration

NXOpen.Positioning.ComponentNetwork.ArrangementsMode is an alias for NXOpen.Positioning.ComponentNetworkArrangementsMode

class NXOpen.Positioning.ComponentNetworkArrangementsMode

Bases: object

Specifies how changes in the network are applied to arrangements. This setting will be ignored when positioning geometry in a piece part.

Enum Members

Enum Member Enum Member Description
Existing Apply transforms in arrangements according to existing component properties. Constraints are created non-arrangement specific.
InUsed Apply transforms in the used arrangement only. Constraints are created arrangement specific in the used arrangement and suppressed in all other arrangements
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.