Hi, I found a very urgent problem about precision
look at this where from your github page : http://va3c.github.io/viewer/revit2.html

I know the original rvt model is from Revit basic_sample_project.rvt file
this is original picture in revit

Pay attention to the left pillar above.
Besides, It seems produced model was stretched contrast to original model
At begining, I think it was precision which caused this problem
so I changed arguments in RvtVa3c project:
const double _eps = 1.0e-9 in to const double _eps = 1.0e-9;
but failed.
could you please solve this problem?
Hi, I found a very urgent problem about precision

look at this where from your github page : http://va3c.github.io/viewer/revit2.html
I know the original rvt model is from Revit basic_sample_project.rvt file
this is original picture in revit
Pay attention to the left pillar above.
Besides, It seems produced model was stretched contrast to original model
At begining, I think it was precision which caused this problem
so I changed arguments in RvtVa3c project:
const double _eps = 1.0e-9 in to const double _eps = 1.0e-9;
but failed.
could you please solve this problem?