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

Structure used to identify newly created features. More...

Public Member Functions

 FeatureInfo (NXOpen::Features::Feature *featureInitial, NXOpen::Weld::WeldPointExitBuilder::MethodUsed methodUsedInitial, NXOpen::Features::Feature *parentInitial, 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...
 
NXOpen::Weld::WeldPointExitBuilder::MethodUsed MethodUsed
 the method used to create the feature More...
 
NXOpen::Features::FeatureParent
 the parent if method used was mirror or translate More...
 

Detailed Description

Structure used to identify newly created features.

Constructor & Destructor Documentation

NXOpen::Weld::WeldPointExitBuilder::FeatureInfo::FeatureInfo ( NXOpen::Features::Feature featureInitial,
NXOpen::Weld::WeldPointExitBuilder::MethodUsed  methodUsedInitial,
NXOpen::Features::Feature parentInitial,
bool  isNewlyCreatedInitial 
)

Constructor for the FeatureInfo struct.

Parameters
featureInitialthe newly created or edited feature
methodUsedInitialthe method used to create the feature
parentInitialthe parent if method used was mirror or translate
isNewlyCreatedInitialtrue if a new feature, false if an existing feature was edited.

Member Data Documentation

NXOpen::Features::Feature* NXOpen::Weld::WeldPointExitBuilder::FeatureInfo::Feature

the newly created or edited feature

bool NXOpen::Weld::WeldPointExitBuilder::FeatureInfo::IsNewlyCreated

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

NXOpen::Weld::WeldPointExitBuilder::MethodUsed NXOpen::Weld::WeldPointExitBuilder::FeatureInfo::MethodUsed

the method used to create the feature

NXOpen::Features::Feature* NXOpen::Weld::WeldPointExitBuilder::FeatureInfo::Parent

the parent if method used was mirror or translate


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