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.

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

Getter Method Signature Feature()

Returns:
Return type:NXOpen.Features.Feature

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

Setter Method

Signature Feature(value)

Parameters:value (NXOpen.Features.Feature) –

IsNewlyCreated

WeldObjectBuilderFeatureInfo_Struct.IsNewlyCreated

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

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

Getter Method Signature IsNewlyCreated()

Returns:
Return type:bool

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

Setter Method

Signature IsNewlyCreated(value)

Parameters:value (bool) –