Anonymous | Login | 2021-02-25 23:06 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Revisions: Issue #24938 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0024938: BRepMesh_IncrementalMesh hangs | ||
Revision | 2014-11-24 16:34 by oan | ||
Steps To Reproduce | # Draw reproducer pload ALL restore 27773.brep a tclean a incmesh a 1.5 -relative # initial C++ code for reproducing of the problem TopoDS_Shape aShape; BRep_Builder aBuilder; Standard_Boolean result = BRepTools::Read(aShape, "27773.brep", aBuilder); BRepMesh_IncrementalMesh M(aShape, 1.5, Standard_True, 0.5); |
||
Revision | 2014-05-20 13:23 by Pawel | ||
Steps To Reproduce | Because DRAW (incmesh) does not allow to set the 'const Standard_Boolean Relatif' parameter in the BRepMesh_IncrementalMesh constructor, here is a C++ reproducer: TopoDS_Shape aShape; BRep_Builder aBuilder; Standard_Boolean result = BRepTools::Read(aShape, "27773.brep", aBuilder); BRepMesh_IncrementalMesh M(aShape, 1.5, Standard_True, 0.5); |
||
Revision | 2014-05-20 13:21 by Pawel | ||
Steps To Reproduce | Because DRAW does not allow to set the 'const Standard_Boolean Relatif' parameter in the BRepMesh_IncrementalMesh constructor, here is a C++ reproducer: TopoDS_Shape aShape; BRep_Builder aBuilder; Standard_Boolean result = BRepTools::Read(aShape, "27773.brep", aBuilder); BRepMesh_IncrementalMesh M(aShape, 1.5, Standard_True, 0.5); |
Copyright © 2000 - 2021 MantisBT Team |