LsdynaGeometryPreparationBuilderProcessActionPunch Enumeration

NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionPunch is an alias for NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionPunch

class NXOpen.Tooling.LsdynaGeometryPreparationBuilderProcessActionPunch

Bases: object

the enum of process action punch type.

Enum Members

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