KeywayBuilderLocationType Enumeration

NXOpen.Die.KeywayBuilder.LocationType is an alias for NXOpen.Die.KeywayBuilderLocationType

class NXOpen.Die.KeywayBuilderLocationType

Bases: object

Keyway location direction relative to the die centerline coordinate system

Enum Members

Enum Member Enum Member Description
PositiveX +X relative to the center of the coordinate system
NegativeX -X relative to the center of the coordinate system
PositiveY +Y relative to the center of the coordinate system
NegativeY -Y relative to the center of the coordinate system
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.