ThatOpen / engine_web-ifc

Reading and writing IFC files with Javascript, at native speeds.
https://thatopen.github.io/engine_web-ifc/demo
Mozilla Public License 2.0
573 stars 170 forks source link

Solution issue 520 (NURBS) #876

Closed mantunezr closed 3 days ago

mantunezr commented 1 week ago

Solution issue 520

This is the initial state:

initial_state

End state after pull request:

end_state

There is a part of the geometry wrong. I have seen the file in other viewers and this problem exists too. I believe that the problem is in the definition of one of the NURBSs.

warnings

The method inverse_method of nurbs class, is inefficient. It remains the same. I have tried to optimize it with the method get_approximation, but I didn't get it.

beachtom commented 3 days ago

Changes have been merged