Offset of 0.0 is offsets by non-zero distance (Python API)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Has anyone noticed strange behaviour when offset distance is set to 0.0 or the distance argument is left blank?
offset = 0.0
sketch.offset(coll, direction_point, offset)
or
sketch.offset(coll, direction_point)
In my case, it offsets my line by 75.83mm instead.