Skip to content

ReinforcementSettings

Canonical path: NemAll_Python_Reinforcement.ReinforcementSettings

Implementation of Reinforcement settings

CheckBarDiameter staticmethod

CheckBarDiameter() -> float

Check, whether the diameter is included in the diameter list of the current steel grade

Returns:

  • float

    Bar diameter (original or nearest value)

CheckMeshGroup staticmethod

CheckMeshGroup() -> int

Check, whether the mesh group is included in the group list

Returns:

  • int

    Mesh group (original or first)

GetBarDiameter staticmethod

GetBarDiameter() -> float

Get the current bar diameter

Returns:

  • float

    Bar diameter

GetBarFactorForDiameter staticmethod

GetBarFactorForDiameter() -> float

Get Factor for Diameter

Returns:

  • float

    Factor for Diameter

Examples:

>>> ReinforcementSettings.GetBarFactorForDiameter()
1.0

GetBarWeight staticmethod

GetBarWeight(steelGrade: int, barDiameter: float) -> float

Get the weight for a bar diameter

Parameters:

  • steelGrade (int) –

    Steel grade

  • barDiameter (float) –

    Bar diameter

Returns:

  • float

    Weight for a bar diameter

GetBendingRoller staticmethod

GetBendingRoller() -> float

Get the current bending roller

Returns:

  • float

    Bending roller

GetConcreteGrade staticmethod

GetConcreteGrade() -> int

Get the current concrete grade

Returns:

  • int

    Concrete grade

GetConcreteGradesForNorm staticmethod

GetConcreteGradesForNorm(NormID: int) -> list[tuple[int, str]]

Get the concrete grades for norm

Parameters:

  • NormID (int) –

    Norm ID

Returns:

  • list[tuple[int, str]]

    List with the concrete grades for Norm as tuple[ID, Name]

GetEngCatCrossSections staticmethod

GetEngCatCrossSections() -> list[EngCatCrossSection]

Get the cross sections from engineering catalog

Returns:

GetEngCatDiameters staticmethod

GetEngCatDiameters(EngCatSteel: EngCatSteel) -> list[EngCatDiameter]

Get the diameters for cross section

Returns:

GetEngCatMeshGroups staticmethod

GetEngCatMeshGroups() -> list[EngCatMeshGroup]

Get the mesh groups from engineering catalog

Returns:

GetEngCatMeshes staticmethod

GetEngCatMeshes(EngCatMeshGroup: EngCatMeshGroup) -> list[EngCatMesh]

Get the meshes for cross section

Returns:

  • list[EngCatMesh]

    List with the concrete cross sections

GetEngCatSteels staticmethod

GetEngCatSteels() -> list[EngCatSteel]

Get the steels from engineering catalog

Returns:

GetMaxBarLength staticmethod

GetMaxBarLength() -> float

Get the maximal bar length

Returns:

  • float

    Maximal bar length

GetMeshCutOffPlacementLimit staticmethod

GetMeshCutOffPlacementLimit() -> float

Get the limit

Returns:

  • float

    Limit

Examples:

>>> ReinforcementSettings.GetMeshCutOffPlacementLimit()
200.0

GetMeshGroup staticmethod

GetMeshGroup() -> int

Get the current mesh group

Returns:

  • int

    Mesh group

GetMeshType staticmethod

GetMeshType() -> str

Get the current mesh type

Returns:

  • str

    Mesh type

GetNorm staticmethod

GetNorm() -> int

Get the current norm

Returns:

  • int

    Norm

GetNorms staticmethod

GetNorms() -> list[tuple[int, str]]

Get the Reinforcement norms

Returns:

  • list[tuple[int, str]]

    List with the Reinforcement norms as tuple[ID, Name]

GetSteelGrade staticmethod

GetSteelGrade() -> int

Get the current steel grade

Returns:

  • int

    Steel grade

Is3DReinforcement staticmethod

Is3DReinforcement() -> bool

Get the 3D-Reinforcement state

Returns:

  • bool

    Create 3D-Reinforcement: true/false

__init__

__init__()

Initialize

Placeholder