NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Weld::WeldObjectBuilder::FeatureInfo Struct Reference

Structure used to identify if each feature is newly created or edited. More...

List of all members.

Public Member Functions

 FeatureInfo (NXOpen::Features::Feature *featureInitial, bool isNewlyCreatedInitial)
 Constructor for the FeatureInfo struct.

Public Attributes

NXOpen::Features::FeatureFeature
 the newly created or edited feature
bool IsNewlyCreated
 true if a new feature, false if an existing feature was edited.

Detailed Description

Structure used to identify if each feature is newly created or edited.


Constructor & Destructor Documentation

NXOpen::Weld::WeldObjectBuilder::FeatureInfo::FeatureInfo ( NXOpen::Features::Feature featureInitial,
bool  isNewlyCreatedInitial 
)

Constructor for the FeatureInfo struct.

Parameters:
featureInitialthe newly created or edited feature
isNewlyCreatedInitialtrue if a new feature, false if an existing feature was edited.

Member Data Documentation

the newly created or edited feature

true if a new feature, false if an existing feature was edited.


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