Dan
Dan
Hi, Thanks for the routine, it's crazy fast. I noticed line 306 can use std::execution::par for a tiny speedup par shaved a fair amount of time off, though using par_unseq...
new branch if my changes to get numfmtid, learning GIT so don't mind me lol, removed unused vector
Hi, I get an error when compiling with visual studio 2019 1>C:\Users\Dan\source\repos\ArxBrxConcaveHull\ArxBrxConcaveHull\concaveman.h(215,1): error C2668: 'make_unique': ambiguous call to overloaded function
Delaunator.py:276: SyntaxWarning: invalid escape sequence '\ ' apparently it doesn't like the comment in _legalize
#SR176790 - AcGsView::getSnapShot differences AcGsView::getSnapShot may not invert white geometry when background is white ```Python img: wx.Image = Gs.Core.getBlockImage(id, 64, 64, 1.0, [255, 255, 255]) ```
BricscCAD DLL conflicts with Python * -GDAL * -Sqlite, I can no longer generate .PYI files for Bricsys specific modules
### Discussed in https://github.com/CEXT-Dan/PyRx/discussions/40 Originally posted by **gswifort** April 10, 2024 Hi, are you planning to add docstrings for methods? i.e. docstrings with a description of what the method does.
SR 177098 acdbDoSetupForLayouts and acdbClearSetupForLayouts These are used for side databases
@CEXT-Dan hope you're well. Could use functionality to import 1) IFC, 2) classify entities (for example by layer name) and 3) export to IFC. I believe it's all BCAD verticals....
### Discussed in https://github.com/CEXT-Dan/PyRx/discussions/109 Originally posted by **gswifort** September 5, 2024 To make working with C++ exceptions easier I added tools to translate general C++ exceptions (`RuntimeError`) to specific types....