FlatPatternSettingsFlatPatternCalloutTypeDisplay_Struct Struct¶
NXOpen.SheetMetal.FlatPatternSettings.FlatPatternCalloutTypeDisplay is an alias for NXOpen.SheetMetal.FlatPatternSettingsFlatPatternCalloutTypeDisplay_Struct
-
class
NXOpen.SheetMetal.FlatPatternSettingsFlatPatternCalloutTypeDisplay_Struct¶ Bases:
objectThe members of the following structure are the display data for a callout in a flat pattern drawing member view.
. Constructor: NXOpen.SheetMetal.FlatPatternSettings.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¶
-
FlatPatternSettingsFlatPatternCalloutTypeDisplay_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