-
Re: How import or replicate results from GeoGebra?
You may be able to use Python I.e. do your equations in NumPy and graph them in Matplotlib. In this sample, I create a cost plot chart from a table, and save it as a .png and use IMAGEATTACH1 -
Re: Rounding up drawing deviations
Oh yeah! That looks like an issue. Mine jumped to 30GB for 100 entities and not all was released, So from 650MB to 30GB, back to 24GB afterwards1 -
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
