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
See Issue #148. If shape_pts defines a polygon, solid.utils.extrude_along_path() should be able to use the normal of that polygon (or the normal of the first 2 points and the centroid of the shape, say, if the polygon isn't planar) to determine which direction to extrude, meaning we wouldn't limited to points in the XY plane, as is currently the case
The text was updated successfully, but these errors were encountered:
See Issue #148. If
shape_pts
defines a polygon,solid.utils.extrude_along_path()
should be able to use the normal of that polygon (or the normal of the first 2 points and the centroid of the shape, say, if the polygon isn't planar) to determine which direction to extrude, meaning we wouldn't limited to points in the XY plane, as is currently the caseThe text was updated successfully, but these errors were encountered: