Removing duplicate points, IfcCartesianTransformationOperator3D with problems

This commit is contained in:
Ken Arroyo Ohori
2017-03-06 16:03:29 -06:00
parent ca19d447cc
commit 4f5ecee81e
5 changed files with 69 additions and 6 deletions
+2
View File
@@ -133,6 +133,8 @@ namespace IfcGeom {
bool convert_face(const IfcUtil::IfcBaseClass* L, cgal_face_t& result);
bool convert_wire_to_face(const cgal_wire_t& wire, cgal_face_t& face);
void remove_duplicate_points_from_loop(cgal_wire_t& polygon, bool closed, double tol = -1.);
// bool convert_openings(const IfcSchema::IfcProduct* entity, const IfcSchema::IfcRelVoidsElement::list::ptr& openings, const ConversionResults& entity_shapes, const gp_Trsf& entity_trsf, ConversionResults& cut_shapes);