From 9688f8f0f685bb93e9d74e7d5e74eeb1939b94aa Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sun, 12 Apr 2026 23:19:45 +0200 Subject: Almost assemblies --- inc/cad/construction.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'inc/cad/construction.h') diff --git a/inc/cad/construction.h b/inc/cad/construction.h index ef36421..71add62 100644 --- a/inc/cad/construction.h +++ b/inc/cad/construction.h @@ -18,6 +18,9 @@ enum operation { // cases CMD_LINE_CIRCLE_CIRCLE_TANGENT, CMD_LINE_LINE_DISTANCE_PARALLEL, + + // Handle assemblies + CMD_IMPORT_POINT_LINE, }; struct point { @@ -61,6 +64,11 @@ struct command { size_t index; bool dir; + // Only used for import + struct subassembly *d; + struct element *attachp; + struct element *attachl; + struct element *arg1; struct element *arg2; struct element *arg3; -- cgit v1.2.3