mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 12:23:03 +01:00
10 lines
341 B
JavaScript
10 lines
341 B
JavaScript
|
|
TCAD.test.cases.roundRect = function() {
|
|
_loadFixture("RoundRect");
|
|
_assertEq(31, THE_APP.viewer.parametricManager.system.length);
|
|
// var solver = THE_APP.viewer.parametricManager.prepare([]);
|
|
// var status = solver.solve(1);
|
|
// _assertEq(1, status.returnCode);
|
|
// _assertEq(1, status.evalCount);
|
|
// _assertEq(1, status.error);
|
|
};
|