Skip to content
Hugues Delorme edited this page Apr 6, 2017 · 9 revisions

v0.5

  • AMF : add import functions

v0.4

  • 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 for gmio_stl
    Provide an utility to import STL solid into a Poly_Triangulation object.
    It can be put in a TopoDS_Face object having no geometrical surface.

  • AMF : add file format support(export only)