geometry tcl-files

This commit is contained in:
Joachim Schoeberl 2011-01-10 20:28:17 +00:00
parent 375e48775c
commit c65eed0e75

12
ng/acisgeom.tcl Normal file
View 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 }
}