
Thu, 12/17/2015 - 13:19
Forums:
hello,
the following code causes a crash in the oc6.9.1:
TopoDS_Shape o_face;
BRep_Builder o_builder;
BRepTools::Read (o_face, "c:\\cylface.brep", o_builder); //attached file
gp_Trsf o_trafo;
o_trafo.SetTranslation (gp_Vec(500,0,0));
BRepBuilderAPI_Transform o_trafo_algo (o_face, o_trafo);
o_face = o_trafo_algo.Shape();
ShapeFix_Shape o_fix (o_face);
o_fix.Perform (); //crash
how can it be fixed?
best regards,
adrian
Attachments:
Thu, 12/17/2015 - 17:59
Dear Adrian,
I would suggested you to register the issue in OCCT Mantis Bugtracker which is available via the Collaborative portal - http://dev.opencascade.org/index.php?q=home/get_involved.
Best regards
FSR