PartPlacementBuilderPlacementValidationStatus Enumeration

NXOpen.MechanicalRouting.PartPlacementBuilder.PlacementValidationStatus is an alias for NXOpen.MechanicalRouting.PartPlacementBuilderPlacementValidationStatus

class NXOpen.MechanicalRouting.PartPlacementBuilderPlacementValidationStatus

Bases: object

The placement validation status

New in version NX11.0.0.

Enum Members

Enum Member Enum Member Description
Success part placement is successful as expected
PartNotConnectedToRout after placement connection should have been built with routing system but it was not
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.