You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The center of mass is centered in 0 only when the direction of the cylinder is the default one (0, 0, 1).
In other cases, it is not well located. I guess it comes from the following part in the Workplane.cylinder method that does not take care of the direction vector.
Hello, I think I am having a bug when I create a cylinder from a workplane.
The center of mass is centered in 0 only when the direction of the cylinder is the default one
(0, 0, 1)
.In other cases, it is not well located. I guess it comes from the following part in the
Workplane.cylinder
method that does not take care of the direction vector.The text was updated successfully, but these errors were encountered: