mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
analyze stub
This commit is contained in:
parent
ddc54fc1d7
commit
35ffb4ca0d
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ TCAD.App2D = function() {
|
|||
app.viewer.parametricManager.tangent(app.viewer.selected);
|
||||
},
|
||||
|
||||
tangent : function() {
|
||||
analyze : function() {
|
||||
app.viewer.parametricManager.analyze(alert);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue