NX Open C++ Reference Guide
|
Represents the Offset Point Data Builder
Created in NX6.0.0.
More...
Public Types | |
enum | OffsetDirectionMethod { OffsetDirectionMethodNormal, OffsetDirectionMethodSpecify } |
the Offset Type More... | |
Public Member Functions | |
bool | OffsetDirection () |
Returns the offsetDirection Created in NX6.0.0. | |
double | OffsetDistance () |
Returns the offsetDistance Created in NX6.0.0. | |
NXOpen::CAM::OffsetDataBuilder::OffsetDirectionMethod | OffsetType () |
Returns the OffsetType Created in NX6.0.0. | |
NXOpen::Direction * | OffsetVector () |
Returns the offsetVector Created in NX6.0.0. | |
void | SetOffsetDirection (bool offsetDirection) |
Sets the offsetDirection Created in NX6.0.0. | |
void | SetOffsetDistance (double offsetDistance) |
Sets the offsetDistance Created in NX6.0.0. | |
void | SetOffsetType (NXOpen::CAM::OffsetDataBuilder::OffsetDirectionMethod offsetType) |
Sets the OffsetType Created in NX6.0.0. | |
void | SetOffsetVector (NXOpen::Direction *offsetVector) |
Sets the offsetVector Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
the Offset Type
bool NXOpen::CAM::OffsetDataBuilder::OffsetDirection | ( | ) |
Returns the offsetDirection
Created in NX6.0.0.
License requirements : None
double NXOpen::CAM::OffsetDataBuilder::OffsetDistance | ( | ) |
Returns the offsetDistance
Created in NX6.0.0.
License requirements : None
NXOpen::CAM::OffsetDataBuilder::OffsetDirectionMethod NXOpen::CAM::OffsetDataBuilder::OffsetType | ( | ) |
Returns the OffsetType
Created in NX6.0.0.
License requirements : None
NXOpen::Direction* NXOpen::CAM::OffsetDataBuilder::OffsetVector | ( | ) |
Returns the offsetVector
Created in NX6.0.0.
License requirements : None
void NXOpen::CAM::OffsetDataBuilder::SetOffsetDirection | ( | bool | offsetDirection | ) |
Sets the offsetDirection
Created in NX6.0.0.
License requirements : None
offsetDirection | offsetdirection |
void NXOpen::CAM::OffsetDataBuilder::SetOffsetDistance | ( | double | offsetDistance | ) |
Sets the offsetDistance
Created in NX6.0.0.
License requirements : None
offsetDistance | offsetdistance |
void NXOpen::CAM::OffsetDataBuilder::SetOffsetType | ( | NXOpen::CAM::OffsetDataBuilder::OffsetDirectionMethod | offsetType | ) |
Sets the OffsetType
Created in NX6.0.0.
License requirements : None
offsetType | offset type |
void NXOpen::CAM::OffsetDataBuilder::SetOffsetVector | ( | NXOpen::Direction * | offsetVector | ) |
Sets the offsetVector
Created in NX6.0.0.
License requirements : None
offsetVector | offsetvector |