I have a 3d part which is centered around the z axis (Fig. 1 on image) as stl file and want to transform it with numpy-stl
or numpy
to be a flat part on the xy plane (Fig. 2).
I tried different ways with transform and scale, but I think I’m missing something regarding the math required for this problem?
Does someone have an idea for this problem?