NX Open C++ Reference Guide
|
Represents a InPath Event Data Builder
To create a new instance of this class, use CAM::WedmCustomBoundaryDataBuilder::CreateInpathEventDataBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | LocationMethod { LocationMethodSpecify, LocationMethodDistanceFromStart, LocationMethodDistanceFromEnd } |
InPath Events Location Method Options. More... | |
Public Member Functions | |
double | Distance () |
Returns the Inpath Events Distance Created in NX6.0.0. | |
NXOpen::CAM::InPathEventDataBuilder::LocationMethod | Method () |
Returns the Inpath Events Location method Created in NX6.0.0. | |
int | Pass () |
Returns the Inpath Event pass number Created in NX6.0.0. | |
NXOpen::Point * | Point () |
Returns the Inpath Events Location Created in NX6.0.0. | |
void | SetDistance (double distance) |
Sets the Inpath Events Distance Created in NX6.0.0. | |
void | SetMethod (NXOpen::CAM::InPathEventDataBuilder::LocationMethod method) |
Sets the Inpath Events Location method Created in NX6.0.0. | |
void | SetPass (int passNum) |
Sets the Inpath Event pass number Created in NX6.0.0. | |
void | SetPoint (NXOpen::Point *point) |
Sets the Inpath Events Location Created in NX6.0.0. | |
void | SetStatus (bool status) |
Sets the in path event output status Created in NX7.5.0. | |
void | SetUdeset (NXOpen::NXObject *udeSet) |
Sets the Inpath Events Set Created in NX6.0.0. | |
bool | Status () |
Returns the in path event output status Created in NX7.5.0. | |
NXOpen::NXObject * | Udeset () |
Returns the Inpath Events Set Created in NX6.0.0. | |
NXOpen::CAM::UdeSet * | UdesetBuilder () |
Returns the UDE Set Builder Created in NX7.5.0. |
Represents a InPath Event Data Builder
To create a new instance of this class, use CAM::WedmCustomBoundaryDataBuilder::CreateInpathEventDataBuilder
Created in NX5.0.0.
Returns the Inpath Events Distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the Inpath Events Location method
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the Inpath Event pass number
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the Inpath Events Location
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
void NXOpen::CAM::InPathEventDataBuilder::SetDistance | ( | double | distance | ) |
Sets the Inpath Events Distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
distance | the Events distance from start or end |
void NXOpen::CAM::InPathEventDataBuilder::SetMethod | ( | NXOpen::CAM::InPathEventDataBuilder::LocationMethod | method | ) |
Sets the Inpath Events Location method
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
method | the Events location specification method |
void NXOpen::CAM::InPathEventDataBuilder::SetPass | ( | int | passNum | ) |
Sets the Inpath Event pass number
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
passNum | the current pass number |
void NXOpen::CAM::InPathEventDataBuilder::SetPoint | ( | NXOpen::Point * | point | ) |
Sets the Inpath Events Location
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
point | the Events Location |
void NXOpen::CAM::InPathEventDataBuilder::SetStatus | ( | bool | status | ) |
Sets the in path event output status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
status | the in path event output value |
void NXOpen::CAM::InPathEventDataBuilder::SetUdeset | ( | NXOpen::NXObject * | udeSet | ) |
Sets the Inpath Events Set
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
udeSet | the Events Set |
Returns the in path event output status
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")
Returns the Inpath Events Set
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
Returns the UDE Set Builder
Created in NX7.5.0.
License requirements : cam_base ("CAM BASE")