NX Open C++ Reference Guide
|
Represents a joggle object. More...
Public Types | |
enum | JoggleDirectionMethod { JoggleDirectionMethodSidewall, JoggleDirectionMethodNormal, JoggleDirectionMethodSpecify } |
Describes the option that joggle direction along. More... | |
Public Member Functions | |
NXOpen::Direction * | Direction () |
Returns the direction for joggle Created in NX4.0.0. | |
NXOpen::Features::EmbossJoggle::JoggleDirectionMethod | DirectionOption () |
Returns the emboss joggle direction option Created in NX4.0.0. | |
void | SetDirection (NXOpen::Direction *joggleDirection) |
Sets the direction for joggle Created in NX4.0.0. | |
void | SetDirectionOption (NXOpen::Features::EmbossJoggle::JoggleDirectionMethod joggleOption) |
Sets the emboss joggle direction option Created in NX4.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a joggle object.
<br> 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. <br> <br> Following are default values and options. <br> <br> <b>Joggle Direction Option</b> @link Features::EmbossJoggle::JoggleDirectionMethodSidewall Features::EmbossJoggle::JoggleDirectionMethodSidewall @endlink <br> <br> <b>Joggle Direction</b> Direction for joggle <br>
Created in NX4.0.0.
Describes the option that joggle direction along.
NXOpen::Direction* NXOpen::Features::EmbossJoggle::Direction | ( | ) |
Returns the direction for joggle
Created in NX4.0.0.
License requirements : None
NXOpen::Features::EmbossJoggle::JoggleDirectionMethod NXOpen::Features::EmbossJoggle::DirectionOption | ( | ) |
Returns the emboss joggle direction option
Created in NX4.0.0.
License requirements : None
void NXOpen::Features::EmbossJoggle::SetDirection | ( | NXOpen::Direction * | joggleDirection | ) |
Sets the direction for joggle
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
joggleDirection | The direction for joggle |
void NXOpen::Features::EmbossJoggle::SetDirectionOption | ( | NXOpen::Features::EmbossJoggle::JoggleDirectionMethod | joggleOption | ) |
Sets the emboss joggle direction option
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
joggleOption | The emboss joggle direction option |