TextCfw Struct

class NXOpen.Annotations.TextCfw

Bases: object

Specifies color, font, and width for text

Fields

Field Description
Color  
Font Character font (blockfont, etc).
Width  

Color

TextCfw.Color

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

Getter Method Signature Color()

Returns:
Return type:int

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

Setter Method

Signature Color(value)

Parameters:value (int) –

Font

TextCfw.Font

Character font (blockfont, etc).

The font must be a font that has been loaded into the part. The NXOpen.FontCollection class can be used to load fonts into the part. -------------------------------------

Getter Method Signature Font()

Returns:
Return type:int

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

Setter Method

Signature Font(value)

Parameters:value (int) –

Width

TextCfw.Width

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

Getter Method Signature Width()

Returns:
Return type:NXOpen.Annotations.LineWidth

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

Setter Method

Signature Width(value)

Parameters:value (NXOpen.Annotations.LineWidth) –