]> OCCT Git - occt-copy.git/commit
0030421: Data Exchange - Standard_RangeError exception while reading VRML files with...
authorskl <skl@opencascade.com>
Fri, 6 Nov 2020 08:16:22 +0000 (11:16 +0300)
committermsv <msv@opencascade.com>
Mon, 26 Apr 2021 13:28:07 +0000 (16:28 +0300)
commit82c266d2467f9c80ae5b486f1cd3e9bb7f04fc02
treef40664c4681f02a230d57f4d3ec3555013213560
parentf486d8efe106f7971b4b1adcdbf20b327c25af95
0030421: Data Exchange - Standard_RangeError exception while reading VRML files with polygons

Import of arbitrary polygon is implemented in VrmlData_IndexedFaceSet.
Class IFCCAFControl_Triangulator has been moved to BRepMesh_Triangulator.
New Draw test /bugs/stlvrml/bug30421 is added.
src/BRepMesh/BRepMesh_Triangulator.cxx [new file with mode: 0644]
src/BRepMesh/BRepMesh_Triangulator.hxx [new file with mode: 0644]
src/BRepMesh/FILES
src/VrmlData/VrmlData_IndexedFaceSet.cxx
src/VrmlData/VrmlData_Scene.cxx
tests/bugs/stlvrml/bug30421 [new file with mode: 0644]