-
Re: Your PC setup for Bricscad Pro
I get tons of screen flickering in BricsCAD. I thought it was just me, thought maybe I had a wonky display-port cable. No crashes, I mostly do coding, so I’m not in the program long enough to crash, …1 -
Re: Joining Civil Points with linework - stringing based on raw descriptions
lol, a nice bowl of spaghetti import traceback from pyrx_imp import Rx, Ge, Gi, Db, Ap, Ed, Cv from collections import defaultdict import openpyxl as xl def PyRxCmd_doit1(): try: db = Db.curDb() cvpn…2 -
Re: Switching to .NET?
My guess, in v25 or later for .NET 8, Apparently v24 will ship before .NET 8 is released.1 -
BIM + BrxDbProperties and Python.
Playing with the new BrxDbProperties in V25, an attempt to extract some data into pandas from pyrx_imp import Rx, Ge, Gs, Gi, Db, Ap, Ed, Brx from collections import defaultdict import pandas as pd i…2 -
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