-
Re: Convert an extension version
Hello. From the producer page, it seems that version 2.2.6. was tested in Bricscad V23-V25. So, the installation should be similar in all these versions.1 -
Re: BricsCAD Command History and Position Lisp properties
Hello. Aside from LOGFILEON, something of interest could be to experiment with the SCRLHIST system variable. This variable controls the number of lines in the command line history.1 -
Re: Spaces in scripts
Hello. You could use double quotes. This worked fine in my testing. -la on "Layer 01" To clarify the white spaces: -la¬on¬"Layer¬01"¬¬ where ¬ represents a space character.1 -
Re: Applying doors/windows to imported IFC wall does not create openings
Hello. The BC_SUBTRACT feature works only with 3D solids. This means that the wall should be modeled as a 3D solid for the subtract to be performed. In this case, the wall is modeled as a block inclu…2 -
Re: Cut multiple Solid with a mesh
Hello. First, the mesh should be converted to a surface. Then, the solids could be sliced using the Surface option of the SLICE command.1