looooo / freecad.frametools

beams and frames
GNU Lesser General Public License v2.1
22 stars 6 forks source link

Unexpected position of profile on Path #11

Open gulineli opened 2 years ago

gulineli commented 2 years ago

Dear, I believe that the profile is positioned in an unexpected rotation on path (bellow)

image

I expected the same "orientation" as bellow:

image

I changed this line to:

rot_mat_1.rotateZ(np.deg2rad(self.Object.Rotation.Value+270.))

Best regards