-
Re: WMS as a on-line layer (not as a downloaded)
You can try using Python, it’s not my area of expertise, but I found this sample using owslib https://owslib.readthedocs.io/en/latest/notebooks/wms.html import traceback from pyrx_impx import Ap, Db,…1 -
Re: can i load arx file on BricsCAD?
C++ applications built for AutoCAD, need to be re compiled with the BRX SDK. basically, it's a DLL issue1 -
Re: insert block from another drawing
Oh, maybe you can use a combo of wblock and insert.1 -
Re: need advise on new computer spec
IMHO, once you have removed the bottlenecks with a dedicated GPU and fast NVMe drive(s) i5 vs i7, or ram timings aren’t going to be noticeable. Personally, I’d bump up to 32 @ ddr4, especially if you…1 -
DosLib for BricsCAD lite
Hi, I started porting DosLib to SDS, so it can run on lite most of the functions are working... enjoy https://github.com/CEXT-Dan/DOSLib/releases1