mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
geometry tcl-files
This commit is contained in:
parent
375e48775c
commit
c65eed0e75
12
ng/acisgeom.tcl
Normal file
12
ng/acisgeom.tcl
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
if { [Ng_ACISCommand isACISavailable] == "yes" } {
|
||||
.ngmenu.geometry add command -label "ACIS Topology Explorer..." \
|
||||
-command { acisdialog; }
|
||||
|
||||
.ngmenu.geometry add command -label "ACIS combine all" \
|
||||
-command { Ng_ACISCommand combineall }
|
||||
.ngmenu.geometry add command -label "ACIS Create CT" \
|
||||
-command { Ng_ACISCommand createct }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user