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 + } + ] +}