Closed 3xxx closed 4 months ago
Hi zolko! I made the model using the linear array of A4 and export the model in the python code of headless modeand only got the first part, not the arrayed part. some python code like this:
...... doc = FreeCAD.open(inputfile) ..... ss = doc.getObject('Spreadsheet') ...... ss.set('E'+str(index+2), str(parameter[index])) ...... FreeCAD.ActiveDocument.recompute() Import.export(__objs__, outputfile)
Does linear array not support headless mode? Thanks you!
I have never tried
I solved it by running python code in freecadcmd, thanks you.
if it's solved, can you close the issue ?
Hi zolko! I made the model using the linear array of A4 and export the model in the python code of headless modeand only got the first part, not the arrayed part. some python code like this:
Does linear array not support headless mode? Thanks you!