From 936b2d8b5a2fe8a91bd2b62dc8369d24ae8e9b3e Mon Sep 17 00:00:00 2001 From: Reynold Chan Date: Mon, 22 Aug 2022 23:16:19 -0400 Subject: [PATCH] Update material.py --- specklepy/objects/structural/material.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specklepy/objects/structural/material.py b/specklepy/objects/structural/material.py index a2922cd..2ab0f67 100644 --- a/specklepy/objects/structural/material.py +++ b/specklepy/objects/structural/material.py @@ -42,8 +42,8 @@ class Concrete(Material, speckle_type=STRUCTURAL_MATERIALS + ".Concrete"): compressiveStrength: float = 0.0 tensileStrength: float = 0.0 flexuralStrength: float = 0.0 - maxCompressiveStrength: float = 0.0 - maxTensileStrength: float = 0.0 + maxCompressiveStrain: float = 0.0 + maxTensileStrain: float = 0.0 maxAggregateSize: float = 0.0 lightweight: bool = None