WeldPointExitBuilderFeatureInfo_Struct Struct

NXOpen.Weld.WeldPointExitBuilder.FeatureInfo is an alias for NXOpen.Weld.WeldPointExitBuilderFeatureInfo_Struct

class NXOpen.Weld.WeldPointExitBuilderFeatureInfo_Struct

Bases: object

Structure used to identify newly created features.

Fields

Field Description
Feature the newly created or edited feature
MethodUsed the method used to create the feature
Parent the parent if method used was mirror or translate
IsNewlyCreated true if a new feature, false if an existing feature was edited.

Feature

WeldPointExitBuilderFeatureInfo_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) –

MethodUsed

WeldPointExitBuilderFeatureInfo_Struct.MethodUsed

the method used to create the feature -------------------------------------

Getter Method Signature MethodUsed()

Returns:
Return type:NXOpen.Weld.WeldPointExitBuilderMethodUsed

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

Setter Method

Signature MethodUsed(value)

Parameters:value (NXOpen.Weld.WeldPointExitBuilderMethodUsed) –

Parent

WeldPointExitBuilderFeatureInfo_Struct.Parent

the parent if method used was mirror or translate -------------------------------------

Getter Method Signature Parent()

Returns:
Return type:NXOpen.Features.Feature

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

Setter Method

Signature Parent(value)

Parameters:value (NXOpen.Features.Feature) –

IsNewlyCreated

WeldPointExitBuilderFeatureInfo_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) –