↓ 1 callersFunctiondraw_2d_rect(design, ui, x_1, y_1, z_1, x_2, y_2, z_2, plane="XY")
MCP/MCP.py:314
↓ 1 callersFunctiondraw_text(design, ui, text, thickness,
x_1, y_1, z_1, x_2, y_2, z_2, extrusion_value,plane="XY")
MCP/MCP.py:171
Functiondraw_lines
Zeichne Linien in Fusion 360
Du kannst die Punkte als Liste von Listen übergeben
Beispiel: [[0,0,0],[5,0,0],[5,5,5],[0,5,5],[0,0,0]]
Server/MCP_Server.py:661