Reinforcement Layers Wrapper

ReinforcementCoatingLayer

Bases: ReinforcementLayerProtocol

with_same_outer_geometry(coating_layer: KoswatCoatingLayer) -> ReinforcementCoatingLayer classmethod

Creates a new reinforcement coating layer which does not differ in geometry from the provided coating layer. This was found to be needed in KOSWAT_82.

Parameters:
  • coating_layer (KoswatCoatingLayer) –

    Base coating layer.

Returns:

ReinforcementLayersWrapper

Bases: KoswatLayersWrapperProtocol

layers: list[ReinforcementLayerProtocol] property

All the stored layers being the KoswatBaseLayer the latest one in the collection.

Returns:
  • list[ReinforcementLayerProtocol]

    List[KoswatLayerProtocol]: Ordered list of KoswatLayerProtocol.

OutsideSlopeReinforcementLayersWrapperBuilder

StandardReinforcementLayersWrapperBuilder