Skip to content

BarLabelPointerProperties

Canonical path: NemAll_Python_Reinforcement.BarLabelPointerProperties

Implementation of the bar label pointer properties

Methods:

  • __init__

    Overloaded function. See individual overloads.

  • __repr__

    Convert to string

Attributes:

Color property writable

Color: int

Get the color

CombLineAngle property writable

CombLineAngle: float

Get the comb line angle

CombLineByLength property writable

CombLineByLength: bool

Get the comb line length state

CombLineValue property writable

CombLineValue: float

Get the comb line length/distance

EndSymbol property writable

EndSymbol: int

Get the end symbol

EndSymbolSize property writable

EndSymbolSize: float

Get the end symbol size

Pen property writable

Pen: int

Get the pen

ShowTextPointerEndSymbol property writable

ShowTextPointerEndSymbol: bool

Get the state for showing the text pointer end symbol

Stroke property writable

Stroke: int

Get the stroke

__init__ overloaded

__init__()

Initialize

__init__(combLineAngle: float, bCombLineByLength: bool, combLineValue: float)

Constructor

Parameters:

  • combLineAngle (float) –

    Comb line angle (deg)

  • bCombLineByLength (bool) –

    Define the comb line by length = true, by distance = false

  • combLineValue (float) –

    Value for the comb line length/distance

Copy constructor

Parameters:

__repr__ staticmethod

__repr__() -> str

Convert to string

Placeholder