This Programm saves all GUID’s of the elements with the Localplacements in a txt file.
Read MoreAuthor: Hans
Get Number of Points of Element
This Programm goes through all Elements of the file and looks which elements use a lot of memory by counting the number of elements and the number of points. Afterwards it gives out lxguids files with which you select the elements in your file, so you can reduce them.
Read MoreCreate Executable Python Zip Archives
With the use of the internal zipapp module executable Python zip archives can be created. To read more: Manage executable python zip archives Load Python Code from ZIP Archives zipfile — ZIP Archive Access
Read MoreImporting an external Python Package in Lexocad
To import an external Python package in Lexocad open the menu: Extra -> Python and click on ‘Install additional Python Modules’. Every time the dialog box opens, some preliminary steps are taken to make sure that all tools for downloading the packages are present. The very first time the whole procedure may take a […]
Read MoreUsing an external Python Package in Lexocad
Sometimes it makes sense to make use of Python packages that are not part of the Lexocad Python distribution. To make sure the user installs the required packages OpenLexocad provides a helper funktion: installPythonPackage(<aPackageName>) This function will install the package using Python’s pip module. It is also possible to specify a specific version: SomePackage==1.0.4 # […]
Read More