[ Fixed ] Draft Shape2DView: Tessellation does not project straight edges

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

[ Fixed ] Draft Shape2DView: Tessellation does not project straight edges

Post by Roy_043 »

If you change 'Tessellation' to 'true' for a Shape2DView, projected curves will be replaces by sequences of lines segments, as you would expect. But for some reason *only* the tessellated curves are then visible in the projection, all straight edges are missing.

Code: Select all

OS: Windows 8.1 Version 6.3 (Build 9600)
Word size of FreeCAD: 64-bit
Version: 0.20.24893 (Git)
Build type: Release
Branch: master
Hash: 03855f793feaceeb4385c02f6520f3e1b6429c93
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Dutch/Netherlands (nl_NL)
Last edited by Roy_043 on Tue Oct 19, 2021 8:57 am, edited 1 time in total.
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: [ Fixed ] Draft Shape2DView: Tessellation does not project straight edges

Post by Roy_043 »

Merged.
Post Reply