opensourceBIM / BIMsurfer

The latest version of the BIM Surfer WebGL viewer for IFC
MIT License
382 stars 132 forks source link

Section plane along vertical or horizontal axis #48

Closed JanoSlivka closed 5 years ago

JanoSlivka commented 5 years ago

Hello,

it is also possible to section model along a vertical or horizontal axis (not only elements).

Thanks

aothms commented 5 years ago

Not from the UI. Programmatically you just need to set the four values of a plane equation. Have a look here https://github.com/opensourceBIM/BIMsurfer/blob/master/viewer/viewer.js#L702

JanoSlivka commented 5 years ago

OK, thanks, I'll try it.