Skip to content

Commit 0786a3e

Browse files
material 0
1 parent aa02c19 commit 0786a3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

kratos.gid/scripts/Writing/WriteMaterials.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ proc write::getPropertiesListByConditionXPath {cnd_xpath {write_claw_name "True"
170170
set props_dict [dict create]
171171
set props [list ]
172172

173+
# first property
174+
set first [dict create "model_part_name" $model_part_name "properties_id" 0 "Material" [dict create Variables [dict create]]]
175+
lappend props $first
176+
173177
set doc $gid_groups_conds::doc
174178
set root [$doc documentElement]
175179

0 commit comments

Comments
 (0)