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
from OCP.GeomAbs import GeomAbs_JoinType
from OCP.BRepOffsetAPI import BRepOffsetAPI_MakeOffset
from OCP.TopoDS import ( TopoDS_Compound, TopoDS_Wire )
from build123d import ( Wire, ShapeList, Face, Sketch)
from build123d.topology import downcast, Compound
missing imports :-)
Alternative libraries for Python which can do wires and offsets
which build123 could import/export to / from:
Inkex (Librarie of Inkscape)
svgpathtools
shapely
My current case doesn't turn one into 2. But I create code for cadquery once (positive and negative side for paper embossing and eventually hitting a similar case. And using any line art from inkscape gallery likely causes issues as mentioned here.
There are two cases in which offsetting a single face could create multiple resulting faces:
both of these currently fail (with different errors)
The text was updated successfully, but these errors were encountered: