It is a bit concerning about the error messages shown in the console on some screenshots. I can't tell what it was as some of the error is cut off.
Traceback (most recent call last):
File "<string>", line 214, in <module>
EnvironmentError: System.Runtime.InteropServices.COMException (0x8000FFFF): MP_VOID_BODY: body forms a void; volume not calculated (ext)
at com.alibre.automation.ExceptionMap.handleException(Exception inputException)
at com.alibre.automation.PhysicalProperties.calculate()
at com.alibre.automation.AlibreDesignSession.PhysicalProperties(ADAccuracySetting accuracy)
at Microsoft.Scripting.Interpreter.FuncCallInstruction`3.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run4[T0,T1,T2,T3,TRet](T0 arg0, T1 arg1, T2 arg2, T3 arg3)
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Microsoft.Scripting.Interpreter.DynamicInstruction`4.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.Interpreter.Run(InterpretedFrame frame)
at Microsoft.Scripting.Interpreter.LightLambda.Run2[T0,T1,TRet](T0 arg0, T1 arg1)
at IronPython.Compiler.PythonScriptCode.RunWorker(CodeContext ctx)
at Microsoft.Scripting.Hosting.ScriptSource.Execute(ScriptScope scope)
at AlibreScript.UI.IronTextBoxControl.#P2b(Object #Dp)