Skip to content

MeshLabelValues

Canonical path: NemAll_Python_Reinforcement.MeshLabelValues

Mesh label values for reinforcement labels

Methods:

  • __init__

    Overloaded function. See individual overloads.

__init__ overloaded

__init__()

Initialize

__init__(
    positionNumber: int,
    meshType: str,
    length: float,
    width: float,
    factorForLayers: int,
)

Constructor

Parameters:

  • positionNumber (int) –

    Position number

  • meshType (str) –

    Mesh type

  • length (float) –

    Mesh length

  • width (float) –

    Mesh width

  • factorForLayers (int) –

    Factor for layers

__init__(element: MeshLabelValues)

Copy constructor

Parameters:

Placeholder