- Ifc: re-enable previously disabled code to determine more intersection points for polygonally bounded half splits.

pull/17/head
Alexander Gessler 2013-02-09 17:06:55 +01:00
parent 5a24a91ea1
commit e5ea457ade
1 changed files with 2 additions and 2 deletions

View File

@ -433,7 +433,7 @@ void ProcessPolygonalBoundedBooleanHalfSpaceDifference(const IfcPolygonalBounded
outvert.push_back(isectpos);
++newcount;
/*
// this is, however, only a line that goes to the plane, but not
// necessarily to the point where the bounding volume on the
// black side of the plane is hit. So basically, we need another
@ -442,7 +442,7 @@ void ProcessPolygonalBoundedBooleanHalfSpaceDifference(const IfcPolygonalBounded
extra_point_flag = true;
extra_point = isectpos;
was_outside_boundary = true; */
was_outside_boundary = true;
//continue;
}
else {