Last change
on this file since 20767 was 20767, checked in by ayfeng, 9 years ago |
Add karma testing suite, fix bug causing extrude to fail
Added ability to run tests via karma test runner,
ported mask, mesh2d, mesh3dprisms
|
File size:
204 bytes
|
Line | |
---|
1 | // Name:domainoutline
|
---|
2 | // Icon:0
|
---|
3 | // Points Count Value
|
---|
4 | var square={}
|
---|
5 | square[0]={};
|
---|
6 | square[0]["nods"]=5;
|
---|
7 | // X pos Y pos
|
---|
8 | square[0]["x"]=[0,1000000,1000000,0,0];
|
---|
9 | square[0]["y"]=[0, 0, 1000000, 1000000, 0];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.