Skip to content

Reinforcement Shape Properties

Class full path: StdReinfShapeBuilder.ReinforcementShapeProperties.ReinforcementShapeProperties

Implementation of the reinforcement shape properties class

Attributes

bending_roller property writable

Get the bending roller

bending_shape_type property writable

Get the bending shape type

concrete_grade property writable

Get the concrete grade

diameter property writable

Get the diameter

mesh_bending_direction property writable

Get the mesh bending direction

mesh_type property writable

Get the mesh type

steel_grade property writable

Get the steel grade

Functions

__eq__(other)

comparision operator

__init__(diameter, bending_roller, steel_grade, concrete_grade, bending_shape_type, mesh_type, mesh_bending_direction)

Set the properties of a reinforcement bar

diameter Bar diameter

bending_roller Default bending roller (-1 = default for diameter) steel_grade Steel grade concrete_grade Concrete grade ((index of the global list starting from 0, -1 = use global value from the settings) bending_shape_type Bending shape type mesh_type Mesh type mesh_bending_direction Mesh bending direction

deep_copy()

execute a deep copy of the data

mesh(mesh_type, mesh_bending_direction, bending_roller, concrete_grade, bending_shape_type) classmethod

Set the properties of a reinforcement mesh

mesh_type Mesh type

mesh_bending_direction Mesh bending direction concrete_grade Concrete grade (index of the global list starting from 0, -1 = use global value from the settings) bending_roller Default bending roller bending_shape_type Bending shape type

rebar(diameter, bending_roller, steel_grade, concrete_grade, bending_shape_type) classmethod

Set the properties of a reinforcement bar

diameter Bar diameter

bending_roller Default bending roller steel_grade Steel grade concrete_grade Concrete grade (index of the global list starting from 0, -1 = use global value from the settings) bending_shape_type Bending shape type

to_reinforcementshapebarproperties_string()

convert to a string for the reinforcementshapebarproperties value type

to_reinforcementshapemeshproperties_string()

convert to a string for the reinforcementshapemeshproperties value type