Roy-043
Roy-043
To avoid breaking models you can create a PartDesign_ShapeBinder and rotate and export that.
PartDesign_ShapeBinders are more convenient here. But their Placement property is hidden. See: https://forum.freecad.org/viewtopic.php?p=716186#p716186
What is display mode? Does it include the rotation of the 3D view? What is the approach if multiple sketches are selected (which may, or may not, be co-planar)?
Closing this as fixed.
This is an issue on Windows as well. No crash on that OS, but an Access violation. ``` OS: Windows 8 build 9600 Word size of FreeCAD: 64-bit Version: 0.22.0dev.35449...
In V0.18 there was a `Verbose` parameter (exposed in the preferences) that would make these messages optional. How can you check if you have a Debug build?
I think this can be used: `App.ConfigGet("Debug")` On my system it returns `"0"`. I assume that in a Debug build the return value is `"1"`. So something like this can...
AFAICT these verbose messages were introduced in V0.19. The developer who was then very active may have favored them.
I do not understand the reasoning. You can create a pattern from a point. Isn't it advisable to use PartDesign patterns instead of patterns (arrays) in sketches? And the endpoints...
Please try to be more specific. Is this about the Draft grid? What is the original unit system? Why should the grid change when the unit system changes? Changing the...