WeldObjectBuilderFeatureInfo_Struct Struct

NXOpen.Weld.WeldObjectBuilder.FeatureInfo is an alias for NXOpen.Weld.WeldObjectBuilderFeatureInfo_Struct

class NXOpen.Weld.WeldObjectBuilderFeatureInfo_Struct

Bases: object

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

. Constructor: NXOpen.Weld.WeldObjectBuilder.FeatureInfo()

Fields

Field Description
Feature the newly created or edited feature
IsNewlyCreated true if a new feature, false if an existing feature was edited.

Feature

WeldObjectBuilderFeatureInfo_Struct.Feature

the newly created or edited feature -------------------------------------

Field Value Type:NXOpen.Features.Feature

IsNewlyCreated

WeldObjectBuilderFeatureInfo_Struct.IsNewlyCreated

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

-------------------------------------

Field Value Type:bool