From 1c66dca5baa5707e97f2763ced9ea8e2374a3739 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Wed, 13 Feb 2008 08:15:33 -0800 Subject: [PATCH] Assemble polygons from imported groups too; so that lets you draw a section, import it, and extrude it. [git-p4: depot-paths = "//depot/solvespace/": change = 1859] --- groupmesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groupmesh.cpp b/groupmesh.cpp index b0ece20..be4d910 100644 --- a/groupmesh.cpp +++ b/groupmesh.cpp @@ -20,7 +20,7 @@ void Group::GeneratePolygon(void) { poly.Clear(); if(type == DRAWING_3D || type == DRAWING_WORKPLANE || - type == ROTATE || type == TRANSLATE) + type == ROTATE || type == TRANSLATE || type == IMPORTED) { if(AssemblePolygon(&poly, &(polyError.notClosedAt))) { polyError.how = POLY_GOOD;