NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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 Feature, bool IsNewlyCreated)
 Constructor for the FeatureInfo struct. More...
 

Public Attributes

NXOpen.Features.Feature Feature
 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  Feature,
bool  IsNewlyCreated 
)
inline

Constructor for the FeatureInfo struct.

Parameters
Featurethe newly created or edited feature
IsNewlyCreatedtrue 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 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.