EmbossJoggle Class¶
-
class
NXOpen.Features.EmbossJoggle¶ Bases:
NXOpen.TaggedObjectRepresents 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
DirectionReturns: The direction for joggle Return type: NXOpen.DirectionNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionParameters: joggleDirection ( NXOpen.Direction) – The direction for joggleNew 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
DirectionOptionReturns: The emboss joggle direction option Return type: NXOpen.Features.EmbossJoggleJoggleDirectionMethodNew in version NX4.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DirectionOptionParameters: joggleOption ( NXOpen.Features.EmbossJoggleJoggleDirectionMethod) – The emboss joggle direction optionNew in version NX4.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”)