From 94cdcb9013e4862560945c14dbe762daa2baea07 Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Sun, 10 Feb 2019 08:49:27 +0000 Subject: Import GIT HEAD of CSXCAD sub-project (with Python interface) --- CSXCAD/src/CSProperties.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CSXCAD/src/CSProperties.cpp') diff --git a/CSXCAD/src/CSProperties.cpp b/CSXCAD/src/CSProperties.cpp index 605b0be..6da7bf2 100644 --- a/CSXCAD/src/CSProperties.cpp +++ b/CSXCAD/src/CSProperties.cpp @@ -164,10 +164,12 @@ void CSProperties::AddAttribute(std::string name, std::string value) size_t CSProperties::GetQtyPrimitives() {return vPrimitives.size();} CSPrimitives* CSProperties::GetPrimitive(size_t index) {if (index