Duplicate different types of objects

Hehe, indeed. It certainly can help :slight_smile:

While I understand why the Rhino.Geometry structs lack the Duplicate() method (i.e. C# struct duplication by assignment). It does seem pretty inconsistent that certain structs have copy constructors (e.g. Point3d , Vector3d, and Plane), while others do not (e.g. Point3f, Line, and Circle).

1 Like