PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct Struct

NXOpen.Preferences.PartFlexiblePrintedCircuitDesign.FlatPatternObjectTypeDisplay is an alias for NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct

class NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_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
Layer Object Layer
Font Object font
Width Object width

Type

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct.Type

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

Getter Method Signature Type()

Returns:
Return type:NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternObjectType

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

Setter Method

Signature Type(value)

Parameters:value (NXOpen.Preferences.PartFlexiblePrintedCircuitDesignFlatPatternObjectType) –

IsEnabled

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_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

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct.Color

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

Getter Method Signature Color()

Returns:
Return type:Id

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

Setter Method

Signature Color(value)

Parameters:value (Id) –

Layer

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct.Layer

Object Layer -------------------------------------

Getter Method Signature Layer()

Returns:
Return type:int

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

Setter Method

Signature Layer(value)

Parameters:value (int) –

Font

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct.Font

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

Getter Method Signature Font()

Returns:
Return type:NXOpen.DisplayableObjectObjectFont

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

Setter Method

Signature Font(value)

Parameters:value (NXOpen.DisplayableObjectObjectFont) –

Width

PartFlexiblePrintedCircuitDesignFlatPatternObjectTypeDisplay_Struct.Width

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

Getter Method Signature Width()

Returns:
Return type:NXOpen.DisplayableObjectObjectWidth

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

Setter Method

Signature Width(value)

Parameters:value (NXOpen.DisplayableObjectObjectWidth) –