-
Re: Using FIELDS to automatically update a page number/name
do you mean like this? BTW, i use dwgprops for all the job info fields1 -
Re: Quickly convert code files from AutoCAD .NET to BricsCAD .NET
Even if you don’t maintain multiple platforms, It’s best to setup your project with this in mind. Use good aliasing, reference the code files instead of adding them to your project (Add as link). Mos…1 -
Re: Missing important very basic functions compared to Autodesk C3D
there's a lisp function (tin:elevationatpoint tinEname point), that could be useful. I think you have to be careful of how you get the point, I.e. if you use get point from a perspective or out of WCS1 -
Re: surface slope arrows
“Note: if you want to know the actual angle of slope, then you need to do some trigonometry” I had that part right, getting the slope is weird. I’m getting old. This is pretty close1 -
Re: Hide cursor widget during window selections?
It’s in AutoCAD too, in fact there’s an API to override it. Not implemented in BRX yet1