NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Tooling::AddReusableFeatureCollection::InputData Struct Reference

Defines the input data of AddReusableFeatureBuilder. More...

List of all members.

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::NXObjectEntity
 Placement entity in create mode.
NXOpen::Features::FeatureFeature
 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.

Detailed Description

Defines the input data of AddReusableFeatureBuilder.


Constructor & Destructor Documentation

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.

Parameters:
krxFileInitialKRX file of reusable feature template
libNameInitialLibrary name of reusable feature template
libPathInitialLibrary path of reusable feature template
entityInitialPlacement entity in create mode
positionInitialCursor position in create mode
featureInitialReusable feature in edit mode

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.