FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct Struct

NXOpen.SheetMetal.FlatPatternSettings.FlatPatternObjectTypeDisplay is an alias for NXOpen.SheetMetal.FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct

class NXOpen.SheetMetal.FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct

Bases: object

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

Fields

Field Description
Type Object type
IsEnabled Enabled status for the object type
Color Object color
Font Object font
Width Object width

Type

FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct.Type

Object type -------------------------------------

Getter Method Signature Type()

Returns:
Return type:NXOpen.SheetMetal.FlatPatternSettingsFlatPatternObjectType

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

Setter Method

Signature Type(value)

Parameters:value (NXOpen.SheetMetal.FlatPatternSettingsFlatPatternObjectType) –

IsEnabled

FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct.IsEnabled

Enabled status for the object type -------------------------------------

Getter Method Signature IsEnabled()

Returns:
Return type:int

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

Setter Method

Signature IsEnabled(value)

Parameters:value (int) –

Color

FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct.Color

Object color -------------------------------------

Getter Method Signature Color()

Returns:
Return type:Id

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

Setter Method

Signature Color(value)

Parameters:value (Id) –

Font

FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct.Font

Object font -------------------------------------

Getter Method Signature Font()

Returns:
Return type:NXOpen.ViewDependentDisplayManagerFont

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

Setter Method

Signature Font(value)

Parameters:value (NXOpen.ViewDependentDisplayManagerFont) –

Width

FlatPatternSettingsFlatPatternObjectTypeDisplay_Struct.Width

Object width -------------------------------------

Getter Method Signature Width()

Returns:
Return type:NXOpen.ViewDependentDisplayManagerWidth

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

Setter Method

Signature Width(value)

Parameters:value (NXOpen.ViewDependentDisplayManagerWidth) –