.. | .. |
---|
19 | 19 | { |
---|
20 | 20 | CreateMaterial(); |
---|
21 | 21 | morphobject.get(0).bRep.SaveSupports(); |
---|
22 | | - bRep = (BoundaryRep) GrafreeD.clone(morphobject.get(0).bRep); |
---|
| 22 | + bRep = (BoundaryRep) Grafreed.clone(morphobject.get(0).bRep); |
---|
23 | 23 | morphobject.get(0).bRep.RestoreSupports(); |
---|
24 | 24 | } |
---|
25 | 25 | |
---|
.. | .. |
---|
30 | 30 | duplicate.parent = null; |
---|
31 | 31 | Object3D sup = duplicate.support; |
---|
32 | 32 | duplicate.support = null; |
---|
33 | | - addChild((Object3D)GrafreeD.clone(duplicate)); |
---|
| 33 | + addChild((Object3D)Grafreed.clone(duplicate)); |
---|
34 | 34 | duplicate.parent = par; |
---|
35 | 35 | duplicate.support = sup; |
---|
36 | 36 | } |
---|
.. | .. |
---|
112 | 112 | super.deepCopySelf(other); |
---|
113 | 113 | MorphNode bp = (MorphNode)other; |
---|
114 | 114 | |
---|
115 | | - bp.morphweights = (double[]) GrafreeD.clone(morphweights); |
---|
| 115 | + bp.morphweights = (double[]) Grafreed.clone(morphweights); |
---|
116 | 116 | } |
---|
117 | 117 | |
---|
118 | 118 | void createEditWindow(GroupEditor callee, boolean newWindow) |
---|