mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
fix bug
This commit is contained in:
parent
93ff684806
commit
062a8a28df
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ TCAD.UI = function(app) {
|
|||
for (var i = 0; i < solids.length; i++) {
|
||||
for (var j = 0; j < solids[i].polyFaces.length; j++) {
|
||||
var face = solids[i].polyFaces[j];
|
||||
face.sketch3DGroup.visible = enabled;
|
||||
if (face.sketch3DGroup != null) face.sketch3DGroup.visible = enabled;
|
||||
}
|
||||
}
|
||||
app.viewer.render();
|
||||
|
|
|
|||
Loading…
Reference in a new issue