From ea75b0f610698942d5eb203748b638c6e4645727 Mon Sep 17 00:00:00 2001 From: ChenX Date: Thu, 18 Apr 2024 14:35:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E5=A2=9E=E5=8A=A0=E7=9B=B4?= =?UTF-8?q?=E7=BA=BF=E5=AF=BC=E5=85=A5doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __test__/CFImport/CFLine.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 __test__/CFImport/CFLine.json diff --git a/__test__/CFImport/CFLine.json b/__test__/CFImport/CFLine.json new file mode 100644 index 000000000..913ebe118 --- /dev/null +++ b/__test__/CFImport/CFLine.json @@ -0,0 +1,18 @@ +{ + "ModelSpace": [ + { + "Type": "Line", + "StartPoint": [ + 0, + 0, + 0 + ], + "EndPoint": [ + 100, + 0, + 0 + ], + "ColorIndex": 1 + } + ] +}