Hi,
I would like to perform series of simple transformation of geometrical objects such as move, plane to plane orientation, scale.
But the input type of geometry can be meshes, polylines, curves, points.
Is there a possibility to cast those geometrical types to one type (Rhinocommon) similar to IGH_GeometricGoo , that I could perform transformation?
More simply the input to code is unknown what geometry type it is, but what is known that only transformation will be applied to them.
Or it is better to have my own custom class with specific types that shares transformation matrix operations?