.. | .. |
---|
954 | 954 | |
---|
955 | 955 | public Object clone() |
---|
956 | 956 | { |
---|
957 | | - return GrafreeD.clone(this); |
---|
| 957 | + return Grafreed.clone(this); |
---|
958 | 958 | } |
---|
959 | 959 | |
---|
960 | 960 | Object3D copyExpand() |
---|
.. | .. |
---|
1729 | 1729 | Object3D o = new Object3D((clone?"Ge:":"Li:") + this.name); |
---|
1730 | 1730 | o.bRep = transientrep; |
---|
1731 | 1731 | if (clone) |
---|
1732 | | - o.bRep = (BoundaryRep) GrafreeD.clone(transientrep); |
---|
| 1732 | + o.bRep = (BoundaryRep) Grafreed.clone(transientrep); |
---|
1733 | 1733 | o.CreateMaterial(); |
---|
1734 | 1734 | o.SetAttributes(this, -1); |
---|
1735 | 1735 | //parent |
---|
.. | .. |
---|
1742 | 1742 | Object3D o = new Object3D((clone?"Ge:":"Li:") + this.name); |
---|
1743 | 1743 | o.bRep = bRep; |
---|
1744 | 1744 | if (clone) |
---|
1745 | | - o.bRep = (BoundaryRep) GrafreeD.clone(bRep); |
---|
| 1745 | + o.bRep = (BoundaryRep) Grafreed.clone(bRep); |
---|
1746 | 1746 | o.CreateMaterial(); |
---|
1747 | 1747 | //o.overwriteThis(this, -1); |
---|
1748 | 1748 | o.SetAttributes(this, -1); |
---|
.. | .. |
---|
3204 | 3204 | |
---|
3205 | 3205 | BoundaryRep sup = bRep.support; |
---|
3206 | 3206 | bRep.support = null; |
---|
3207 | | - BoundaryRep temprep = (BoundaryRep) GrafreeD.clone(bRep); |
---|
| 3207 | + BoundaryRep temprep = (BoundaryRep) Grafreed.clone(bRep); |
---|
3208 | 3208 | // bRep.SplitInTwo(onlyone); // thread... |
---|
3209 | 3209 | temprep.SplitInTwo(reduction34, onlyone); |
---|
3210 | 3210 | bRep = temprep; |
---|
.. | .. |
---|
3728 | 3728 | if (child == null) |
---|
3729 | 3729 | continue; |
---|
3730 | 3730 | |
---|
3731 | | - if (GrafreeD.RENDERME > 0) |
---|
| 3731 | + if (Grafreed.RENDERME > 0) |
---|
3732 | 3732 | { |
---|
3733 | 3733 | if (child instanceof Merge) |
---|
3734 | 3734 | ((Merge)child).renderme(); |
---|
.. | .. |
---|
3879 | 3879 | if (child == null) |
---|
3880 | 3880 | continue; |
---|
3881 | 3881 | |
---|
3882 | | - if (GrafreeD.RENDERME > 0) |
---|
| 3882 | + if (Grafreed.RENDERME > 0) |
---|
3883 | 3883 | { |
---|
3884 | 3884 | if (child instanceof Merge) |
---|
3885 | 3885 | ((Merge)child).renderme(); |
---|
.. | .. |
---|
4074 | 4074 | if (child == null) |
---|
4075 | 4075 | continue; |
---|
4076 | 4076 | |
---|
4077 | | - if (GrafreeD.RENDERME > 0) |
---|
| 4077 | + if (Grafreed.RENDERME > 0) |
---|
4078 | 4078 | { |
---|
4079 | 4079 | if (child instanceof Merge) |
---|
4080 | 4080 | ((Merge)child).renderme(); |
---|
.. | .. |
---|
7567 | 7567 | { |
---|
7568 | 7568 | assert(bRep != null); |
---|
7569 | 7569 | if (!(support instanceof GenericJoint)) // support.bRep != null) |
---|
7570 | | - GrafreeD.Assert(support.bRep == bRep.support); |
---|
| 7570 | + Grafreed.Assert(support.bRep == bRep.support); |
---|
7571 | 7571 | } |
---|
7572 | 7572 | else |
---|
7573 | 7573 | { |
---|