BH.oM.Structure.Reinforcement.PanelReinforcement¶
Defines the reinforcement of a Panel in the longitudinal and transverse direction specified by the Basis of the ReinforcementRegion. If the diameter of the reinforcement is set to 0, it will be assumed that no reinforcement is present in this direction.
Class structure¶
Implemented interfaces and base types¶
The PanelReinforcement is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.BHoMObject
- BH.oM.Base.IBHoMObject
- BH.oM.Base.IObject
Properties¶
Defining properties¶
The following properties are defined on the class
Name | Type | Description | Quantity |
---|---|---|---|
Material | IMaterialFragment | Material of the reinforcement. | - |
Region | ReinforcementRegion | The region defining the area of the Panel to be reinforced. | - |
LongitudinalDiameter | double | The diameter of the reinforcement in the longitudinal direction, denoted by the local x direction of the ReinforcementRegion. If the diameter is set 0, it will be assumed that no reinforcement is present in the longitudinal direction. |
Length [m] |
LongitudinalSpacing | double | The spacing of the reinforcement in the longitudinal direction, measured perpindicular to the local x direction of the ReinforcementRegion. | Length [m] |
LongitudinalDepth | double | The depth of longitudinal reinforcement measured from the centre of Panel along the normal. This will be negative for bottom reinforcement. | Length [m] |
TransverseDiameter | double | The diameter of the reinforcement in the transverse direction, denoted by the local y direction of the ReinforcementRegion. If the diameter is set 0, it will be assumed that no reinforcement is present in the longitudinal direction. |
Length [m] |
TransverseSpacing | double | The spacing of the reinforcement in the transverse direction, measured perpindicular to the local y direction of the ReinforcementRegion. | Length [m] |
TransverseDepth | double | The depth of transverse reinforcement measured from the centre of Panel along the normal. This will be negative for bottom reinforcement. | Length [m] |
MinimumCover | double | Minimum cover for the reinforcement defined in this PanelReinforcement. | Length [m] |
Inherited properties¶
The following properties are inherited from the base class of the object
Name | Type | Description | Quantity |
---|---|---|---|
BHoM_Guid | Guid | - | - |
Name | string | - | - |
Fragments | FragmentSet | - | - |
Tags | HashSet<string> | - | - |
CustomData | Dictionary<string, object> | - | - |
Derived properties¶
The following properties are defined as extension methods in one of the BHoM_Engines
Name | Type | Description | Quantity | Engine |
---|---|---|---|---|
IsNull | bool | Checks if a PanelReinforcement is null and outputs relevant error message. | - | Structure_Engine |
Code and Schema¶
C# implementation¶
public class PanelReinforcement : BH.oM.Base.BHoMObject, BH.oM.Base.IBHoMObject, BH.oM.Base.IObject
Assembly: Structure_oM.dll
The C# class definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/Structure_oM/Reinforcement/PanelReinforcement.json"
}
The JSON Schema is available on github here: