| BRepAlgo_Section and BRepAlgoAPI_Section Bug? |
 |
| beyondjjw | 2010/09/01 04:56 | Standard_Boolean PerformNow = Standard_False;
if (method == 0)
{
BRepAlgo_Section section ( shapeHasFace, bigFace, PerformNow );
section.ComputePCurveOn2 (Standard_True);
section.Approximation (Standard_True);
section.Build();
if (section.IsDone())
{
edge = section.Shape();
}
}
I made section between a shape and a face. However, there is a bug, I can not get the whole edge with section. And I also use BRepAlgoAPI_Section for a try. But it can not give me a satisfied result. | |
You have to be logged in to download the attached file |  |
|
| | |