We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a3373 commit 1452a2eCopy full SHA for 1452a2e
1 file changed
kratos.gid/scripts/Writing/WriteElements.tcl
@@ -1,6 +1,10 @@
1
2
-proc write::writeElementConnectivities { } {
3
- set parts [GetConfigurationAttribute parts_un]
+proc write::writeElementConnectivities { {default_parts_un "" } } {
+ if {$default_parts_un eq ""} {
4
+ set parts [GetConfigurationAttribute parts_un]
5
+ } else {
6
+ set parts $default_parts_un
7
+ }
8
set root [customlib::GetBaseRoot]
9
10
set xp1 "[spdAux::getRoute $parts]/group"
0 commit comments