PostText_Struct Struct

NXOpen.CAE.Post.Text is an alias for NXOpen.CAE.PostText_Struct

class NXOpen.CAE.PostText_Struct

Bases: object

Annotation text settings

Fields

Field Description
Font  
Size  
Color  
Bold  

Font

PostText_Struct.Font

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

Getter Method Signature Font()

Returns:
Return type:int

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

Setter Method

Signature Font(value)

Parameters:value (int) –

Size

PostText_Struct.Size

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

Getter Method Signature Size()

Returns:
Return type:int

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

Setter Method

Signature Size(value)

Parameters:value (int) –

Color

PostText_Struct.Color

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

Getter Method Signature Color()

Returns:
Return type:Id

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

Setter Method

Signature Color(value)

Parameters:value (Id) –

Bold

PostText_Struct.Bold

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

Getter Method Signature Bold()

Returns:
Return type:int

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

Setter Method

Signature Bold(value)

Parameters:value (int) –