Normand Briere
2019-09-18 f9325048496d7cdbcad233f8a6b84c88e79adcc2
CSG.java
....@@ -20,7 +20,7 @@
2020 tolerance = 0; //.1;
2121 name = "CSG";
2222
23
- link2master = true; // display the mesh, not the primitives
23
+ link2support = true; // display the mesh, not the primitives
2424 CreateMaterial();
2525 }
2626
....@@ -134,7 +134,7 @@
134134 /**/
135135 void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
136136 {
137
- if (csgType == UNION || !link2master) // || csgType == MERGE)
137
+ if (csgType == UNION || !link2support) // || csgType == MERGE)
138138 {
139139 BoundaryRep keep = bRep;
140140 bRep = null;