Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

Object Duplicate is NOT a real copy

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles