NX Open C++ Reference Guide
|
Structure used to identify if each feature is newly created or edited. More...
Public Member Functions | |
FeatureInfo (NXOpen::Features::Feature *featureInitial, bool isNewlyCreatedInitial) | |
Constructor for the FeatureInfo struct. | |
Public Attributes | |
NXOpen::Features::Feature * | Feature |
the newly created or edited feature | |
bool | IsNewlyCreated |
true if a new feature, false if an existing feature was edited. | |
Structure used to identify if each feature is newly created or edited.
NXOpen::Weld::WeldObjectBuilder::FeatureInfo::FeatureInfo | ( | NXOpen::Features::Feature * | featureInitial, |
bool | isNewlyCreatedInitial | ||
) |
Constructor for the FeatureInfo struct.
featureInitial | the newly created or edited feature |
isNewlyCreatedInitial | true if a new feature, false if an existing feature was edited. |
NXOpen::Features::Feature* NXOpen::Weld::WeldObjectBuilder::FeatureInfo::Feature |
the newly created or edited feature
bool NXOpen::Weld::WeldObjectBuilder::FeatureInfo::IsNewlyCreated |
true if a new feature, false if an existing feature was edited.