NX Open C++ Reference Guide
|
Public Types | |
enum | OnFaceOption { OnFaceOptionU, OnFaceOptionV, OnFaceOptionSection } |
Specifies the offset direction in relation to a face. More... | |
Public Member Functions | |
bool | ReverseDirection () |
Reverses the sense of a offset direction. | |
void | SetVector (const NXOpen::Vector3d &vector) |
Sets the vector of the offset. | |
NXOpen::Vector3d | Vector () |
Returns the vector of the offset. |
Represents a Offset .
To create an instance of this class use OffsetCollection
Created in NX3.0.0.
Specifies the offset direction in relation to a face.
bool NXOpen::Offset::ReverseDirection | ( | ) |
Reverses the sense of a offset direction.
The method returns true if the offset direction is reversed and false otherwise.
void NXOpen::Offset::SetVector | ( | const NXOpen::Vector3d & | vector | ) |
Sets the vector of the offset.
The vector has direction and magnitude indicating offset amount in its direction.
Created in NX5.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
vector | vector |
Returns the vector of the offset.
The vector has direction and magnitude indicating offset amount in its direction.
Created in NX5.0.0.
License requirements : None