FEM: Add offset property for CalculiX's shell section (#22385)
* FEM: Update element_geometry2D.py * FEM: Update write_femelement_geometry.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * FEM: Update ccx_cantilever_ele_quad4.inp * FEM: Update ccx_cantilever_ele_quad8.inp * FEM: Update ccx_cantilever_ele_tria3.inp * FEM: Update ccx_cantilever_ele_tria6.inp * FEM: Update constraint_contact_shell_shell.inp * FEM: Update material_multiple_bendingbeam_fivefaces.inp * FEM: Update square_pipe_end_twisted_edgeforces.inp * FEM: Update square_pipe_end_twisted_nodeforces.inp --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -49,3 +49,11 @@ class ElementGeometry2D(base_femelement.BaseFemElement):
|
||||
"set thickness of the shell elements",
|
||||
)
|
||||
obj.setPropertyStatus("Thickness", "LockDynamic")
|
||||
|
||||
obj.addProperty(
|
||||
"App::PropertyFloat",
|
||||
"Offset",
|
||||
"ShellThickness",
|
||||
"set thickness offset of the shell elements",
|
||||
)
|
||||
obj.Offset = 0.0
|
||||
|
||||
Reference in New Issue
Block a user