NX Open C++ Reference Guide
|
Defines the input data of AddReusableFeatureBuilder. More...
Public Member Functions | |
InputData (const NXString &krxFileInitial, const NXString &libNameInitial, const NXString &libPathInitial, NXOpen::NXObject *entityInitial, const NXOpen::Point3d &positionInitial, NXOpen::Features::Feature *featureInitial) | |
Constructor for the InputData struct. | |
Public Attributes | |
NXOpen::NXObject * | Entity |
Placement entity in create mode. | |
NXOpen::Features::Feature * | Feature |
Reusable feature in edit mode. | |
NXString | KrxFile |
KRX file of reusable feature template. | |
NXString | LibName |
Library name of reusable feature template. | |
NXString | LibPath |
Library path of reusable feature template. | |
NXOpen::Point3d | Position |
Cursor position in create mode. |
Defines the input data of AddReusableFeatureBuilder.
NXOpen::Tooling::AddReusableFeatureCollection::InputData::InputData | ( | const NXString & | krxFileInitial, |
const NXString & | libNameInitial, | ||
const NXString & | libPathInitial, | ||
NXOpen::NXObject * | entityInitial, | ||
const NXOpen::Point3d & | positionInitial, | ||
NXOpen::Features::Feature * | featureInitial | ||
) |
Constructor for the InputData struct.
krxFileInitial | KRX file of reusable feature template |
libNameInitial | Library name of reusable feature template |
libPathInitial | Library path of reusable feature template |
entityInitial | Placement entity in create mode |
positionInitial | Cursor position in create mode |
featureInitial | Reusable feature in edit mode |
Placement entity in create mode.
Reusable feature in edit mode.
KRX file of reusable feature template.
Library name of reusable feature template.
Library path of reusable feature template.
Cursor position in create mode.