This:
Transform mirrorTransform = Transform.Mirror(Plane.WorldZX);
GeometryBase mirroredGeometry = rhobj.Geometry.Duplicate();
mirroredGeometry.Transform(mirrorTransform);
Is not really creating a copy, or at least creates a modified copy of the original object!
How is possible as it saying FULLY geometry copy??
9 posts - 5 participants
