View Issue Details

IDProjectCategoryView StatusLast Update
0024114CommunityOCCT:Modeling Algorithmspublic2013-08-16 06:42
Reporterrobinhao Assigned Toifv 
PrioritynormalSeveritycrash 
Status newResolutionopen 
PlatformWin32OSWindows 
Product Version6.5.2 
Summary0024114: BRepBuilderAPI_MakePolygon crash
DescriptionBRepBuilderAPI_MakePolygon will be crash when apply some polygon.
Steps To ReproduceBRepBuilderAPI_MakePolygon MP;
MP.Add(gp_Pnt(0,0,0));
MP.Add(gp_Pnt(30,100,0));
MP.Add(gp_Pnt(40,20,0));
MP.Add(gp_Pnt(100,0,0));
MP.Add(gp_Pnt(70,45,0));
MP.Add(gp_Pnt(50,50,0));
MP.Add(gp_Pnt(60,70,0));
MP.Add(gp_Pnt(0,50,0));
MP.Add(gp_Pnt(20,50,0));
MP.Close();
TopoDS_Wire myWireProfile = MP.Wire();

GeomAbs_JoinType JoinType = GeomAbs_Arc;
BRepOffsetAPI_MakeOffset Paral2;
Paral2.Init(JoinType);
Paral2.AddWire(myWireProfile);
Paral2.Perform(-15);
TopoDS_Shape anOffsetShape2 = Paral2.Shape();
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-08-16 06:42 robinhao New Issue
2013-08-16 06:42 robinhao Assigned To => ifv