10 lines
183 B
Plaintext
10 lines
183 B
Plaintext
objref cell, i3d, null
|
|
|
|
proc importswc() {
|
|
cell = new Import3d_SWC_read()
|
|
cell.input("pruned.swc")
|
|
i3d = new Import3d_GUI(cell, 0)
|
|
i3d.instantiate(null)
|
|
}
|
|
|
|
importswc() |