LsdynaGeometryPreparationBuilderProcessActionBinder Enumeration

NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionBinder is an alias for NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionBinder

class NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionBinder

Bases: object

the enum of process action binder type.

Enum Members

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