View Issue Details

IDProjectCategoryView StatusLast Update
0020778Open CASCADEOCCT:Modeling Algorithmspublic2009-05-13 16:02
ReportermpvAssigned Tojgv 
PrioritynormalSeveritytrivial 
Status closedResolutionunable to reproduce 
OSAll 
Summary0020778: Intersection of cone and plane hangs up
DescriptionHere is the simple example how to reproduce this bug:

  Handle(Geom_Plane) aPlane = new Geom_Plane(gp_Pnt(7417.3831169516579, 0, 0),
gp_Dir(-1, 0, 0));
  Handle(Geom_ConicalSurface) aCone = new Geom_ConicalSurface(gp_Ax3(gp_Pnt(-
1949.45, 6787.5600000000004, 1270),
                                          gp_Dir(0.41716768025211332, -0.
90882953657606813, 5.5649759146922707e-017)), 0.43032666136651387, 0.);
  GeomAPI_IntSS aSS(aCone, aPlane, 1.e-7);


On the last line application hangs up (or works more than one hour).
TagsNo tags attached.
Test case number

Attached Files

Activities

2008-12-23 10:37

 

script_for_OCC20778 (212 bytes)   

Issue History

Date Modified Username Field Change
2008-12-17 12:55 bugmaster Assigned To bugmaster => jgv
2008-12-17 12:55 bugmaster Status new => assigned
2009-05-13 18:02 bugmaster Status assigned => closed
2009-05-13 18:02 bugmaster Resolution @0@ => unable to reproduce
2011-08-02 11:31 bugmaster Category OCCT:MOA => OCCT:Modeling Algorithms