PartFlexiblePrintedCircuitDesignFlatPatternCalloutTypeDisplay_Struct Struct

NXOpen.Preferences.PartFlexiblePrintedCircuitDesign.FlatPatternCalloutTypeDisplay is an alias for NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternCalloutTypeDisplay_Struct

class NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternCalloutTypeDisplay_Struct

Bases: object

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

. Constructor: NXOpen.Preferences.PartFlexiblePrintedCircuitDesign.FlatPatternCalloutTypeDisplay()

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

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

Field Value Type:str

IsEnabled

PartFlexiblePrintedCircuitDesignFlatPatternCalloutTypeDisplay_Struct.IsEnabled

Enabled status for the callout type.

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

Field Value Type:int

Name

PartFlexiblePrintedCircuitDesignFlatPatternCalloutTypeDisplay_Struct.Name

dialog name for the callout type.

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

Field Value Type:str