[Problem] Draft: Draft_Offset has multiple issues #10435
Labels
3rd party: OCC
Mod: Draft
Related to the Draft Workbench
Status: Confirmed
The issue was confirmed by others
Type: Bug
This issue or PR is related to a bug
Draft_Offset has multiple issues:
offsets.offsetWire
receives wrong argument type (float instead of vector). There is a confusing error message.offsets.offsetWire
receives wrong argument type (list of vectors instead of vector). There is a confusing error message.Using the
makeOffset2D
method insideoffsets.offsetWire
may be the way to go. The method can create an OCC style offset but also a single offset. The shape produced bymakeOffset2D
would then have to be 'Draftified'. OCC style offsets for single lines would require dedicated code (using the Draft WorkingPlane as a reference for the offset plane).Version info:
The text was updated successfully, but these errors were encountered: