-
Re: Which visual lisp functions work in Linux?
Typically, if it starts with VLA or VLAX, it’s an ActiveX function, which is a window’s only technology. Not sure about VLE I think there’s something called Fast-COM for Linux ,1 -
Re: missing palette V25
try the PROMPTMENU sysvar1 -
Re: Pulling information from received .ifc files.
Possibly via API. - there’s import reactor where you may be able to intercept items and create your own 2d geometry. - collect relevant information from objects that are already imported and create y…1 -
Re: Inserting + combining many, many mapping DWGs to exact co-ordinates in a single file
Yeah, you can do this with PyRx, if you are able to load https://github.com/CEXT-Dan/PyRx, then, place all the sub maps in a folder and run merge_dwgs2 -
Re: Inserting + combining many, many mapping DWGs to exact co-ordinates in a single file
Yeah, might be too much trouble if your company doesn’t allow installing, or if your not used to scripting, I think someone could write something similar in AutoLISP using insert and explode?But just…1
