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

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. More...
 

Public Attributes

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

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

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.


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