We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d83929b commit fc042bcCopy full SHA for fc042bc
1 file changed
kratos.gid/apps/Structural/write/write.tcl
@@ -296,7 +296,7 @@ proc ::Structural::write::writeHinges { } {
296
# set first [::tcl::mathfunc::min {*}$linear_elements]
297
# set end [::tcl::mathfunc::max {*}$linear_elements]
298
299
- lassign [lrange [GiD_Geometry line $geom_line] 2 3] first_point end_point
+ lassign [lrange [GiD_Geometry get line $geom_line] 2 3] first_point end_point
300
set first [GiD_Geometry get point $first_point node]
301
set end [GiD_Geometry get point $end_point node]
302
if {$first eq "" || $end eq ""} {
0 commit comments