Fixed issue with transformations?

This commit is contained in:
Ken Arroyo Ohori
2017-02-21 18:40:27 -06:00
parent c0732f5197
commit 64eb707996
3 changed files with 27 additions and 11 deletions
@@ -67,7 +67,7 @@ bool IfcGeom::CgalKernel::convert_shape(const IfcBaseClass* l, cgal_shape_t& r)
}
if ( processed && success ) {
const double precision = getValue(GV_PRECISION);
// const double precision = getValue(GV_PRECISION);
// apply_tolerance(r, precision);
#ifndef NO_CACHE
cache.Shape[id] = r;