LsdynaGeometryPreparationBuilderProcessActionDie Enumeration

NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionDie is an alias for NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionDie

class NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionDie

Bases: object

the enum of process action die type.

Enum Members

Enum Member Enum Member Description
Stationary
The process action for die is stationary.
ClosureWith
The process action for die is closure with other draw components.
FollowWith
The process action for die is follow with other draw components.
Travel
The process action for die is travel to other draw components.
UntilHome
The process action for die is until home.
Force
The process action for die is by force.
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.