]> OCCT Git - occt.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)
committerbugmaster <bugmaster@opencascade.com>
Sat, 21 Nov 2020 09:19:43 +0000 (12:19 +0300)
commit5ae53d49860a0cc92c4a35035b48be81a3571fb5
tree4d474c81db13d0f8989da3c048a7556f69ad2f6e
parent0d7753d266c9e6941d3e61961351f623cf465e27
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]