EmbossJoggle Class

class NXOpen.Features.EmbossJoggle

Bases: NXOpen.TaggedObject

Represents a joggle object.

This class provides methods to get the option and direction which control over the way in which trimming occures at the free boundary during Joggle processing.

Following are default values and options.

**Joggle Direction Option</b> :py:class:` Features.EmbossJoggleJoggleDirectionMethod.Sidewall < Features.EmbossJoggleJoggleDirectionMethod>`

**Joggle Direction</b> Direction for joggle

New in version NX4.0.0.

Properties

Property Description
Direction Returns or sets the direction for joggle
DirectionOption Returns or sets the emboss joggle direction option
Tag Returns the Tag for this object.

Methods

Enumerations

EmbossJoggleJoggleDirectionMethod Enumeration Describes the option that joggle direction along.

Property Detail

Direction

EmbossJoggle.Direction

Returns or sets the direction for joggle

-------------------------------------

Getter Method

Signature Direction

Returns:The direction for joggle
Return type:NXOpen.Direction

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Direction

Parameters:joggleDirection (NXOpen.Direction) – The direction for joggle

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)

DirectionOption

EmbossJoggle.DirectionOption

Returns or sets the emboss joggle direction option

-------------------------------------

Getter Method

Signature DirectionOption

Returns:The emboss joggle direction option
Return type:NXOpen.Features.EmbossJoggleJoggleDirectionMethod

New in version NX4.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature DirectionOption

Parameters:joggleOption (NXOpen.Features.EmbossJoggleJoggleDirectionMethod) – The emboss joggle direction option

New in version NX4.0.0.

License requirements: solid_modeling (“SOLIDS MODELING”)