mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0025088: Revert or change API of BRepMesh_IncrementalMesh to prevent possible errors occurred due to changed order of parameters
Revert old constructor
This commit is contained in:
@@ -165,7 +165,7 @@ void VrmlData_ShapeConvert::Convert (const Standard_Boolean theExtractFaces,
|
||||
isTessellate = Standard_True;
|
||||
if (isTessellate) {
|
||||
// Triangulate the face by the standard OCC mesher
|
||||
BRepMesh_IncrementalMesh IM (aFace, aDeflection, theDeflAngle, Standard_False);
|
||||
BRepMesh_IncrementalMesh IM(aFace, aDeflection, Standard_False, theDeflAngle);
|
||||
aTri = BRep_Tool::Triangulation (aFace, aLoc);
|
||||
}
|
||||
if (aTri.IsNull() == Standard_False) {
|
||||
|
Reference in New Issue
Block a user