PartSheetmetalFlatPatternCalloutTypeDisplay_Struct Struct

NXOpen.Preferences.PartSheetmetal.FlatPatternCalloutTypeDisplay is an alias for NXOpen.Preferences.PartSheetmetalFlatPatternCalloutTypeDisplay_Struct

class NXOpen.Preferences.PartSheetmetalFlatPatternCalloutTypeDisplay_Struct

Bases: object

The members of the following structure are the display data for a callout in a flat pattern drawing member view.

Fields

Field Description
Type The name of the callout type.
IsEnabled Enabled status for the callout type.
Name dialog name for the callout type.

Type

PartSheetmetalFlatPatternCalloutTypeDisplay_Struct.Type

The name of the callout type.

The string is one returned by the get_callout_data method, or can be hand-coded as the application name ‘dot’ the callout name, like this: “FlatPatternView.BendRadius”. Neither name is case sensitive and blanks are not significant. This type of hand-coded callout type is usable as long as the callout type name is unique within the application name. Beware of changing the defaults and loading old parts. -------------------------------------

Getter Method Signature Type()

Returns:
Return type:str

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

Setter Method

Signature Type(value)

Parameters:value (str) –

IsEnabled

PartSheetmetalFlatPatternCalloutTypeDisplay_Struct.IsEnabled

Enabled status for the callout type.

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

Getter Method Signature IsEnabled()

Returns:
Return type:int

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

Setter Method

Signature IsEnabled(value)

Parameters:value (int) –

Name

PartSheetmetalFlatPatternCalloutTypeDisplay_Struct.Name

dialog name for the callout type.

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

Getter Method Signature Name()

Returns:
Return type:str

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

Setter Method

Signature Name(value)

Parameters:value (str) –