EmbossJoggleJoggleDirectionMethod Enumeration

NXOpen.Features.EmbossJoggle.JoggleDirectionMethod is an alias for NXOpen.Features.EmbossJoggleJoggleDirectionMethod

class NXOpen.Features.EmbossJoggleJoggleDirectionMethod

Bases: object

Describes the option that joggle direction along.

Enum Members

Enum Member Enum Member Description
Sidewall Indicates joggle direction to along sidewall direction.
Normal Indicates joggle direction to along normal of target.
Specify Indicates joggle direction to along user specified direction
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.