-
Notifications
You must be signed in to change notification settings - Fork 8
Roadmap
Hugues Delorme edited this page Apr 6, 2017
·
9 revisions
- AMF : add import functions
- STL : renamings(improve API consistency) :
Current | New |
---|---|
gmio_stl_infos_get() |
gmio_stl_infos_probe() |
gmio_stla_infos_get_streamsize() |
gmio_stla_infos_probe_streamsize() |
gmio_stl_infos_get_options() |
gmio_stl_infos_probe_options() |
-
STL : add "overload" function
gmio_stl_infos_probe_file()
-
STL : add OpenCascade
Poly_Triangulation
support forgmio_stl
Provide an utility to import STL solid into aPoly_Triangulation
object.
It can be put in aTopoDS_Face
object having no geometrical surface. -
AMF : add file format support(export only)