Open CASCADE, the 3D modelling kernel
3D modeling & numerical simulation

Open CASCADEShowroomGet it!Developer CornerSupport and ProductsAbout us
Technical overview
Areas of use
Advantages
FAQ
Screenshots
Shape factory
Shape gallery
Demonstrations
What's new
System requirements
Download Center
Public license
Documentation
Getting started
Forum
Open Source community
Training and e-learning
A la Carte Support
Value-added software
Complementary Components
Customer Corner
Company Profile
Marketing Materials
Contact Us
News
Home / Developer Corner / Forum / BRepAlgo_Section and BRepAlgoAPI_Section Bug?

Forum

BRepAlgo_Section and BRepAlgoAPI_Section Bug?
beyondjjw2010/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
 
 
Latest news
  • FAQ section updated
  • OPEN CASCADE Uses Intel ® Parallel Studio XE to Introduce Parallelism into SALOME SMESH Module
  • Open CASCADE Technology 6.5.2 is available for download!

  • © OPEN CASCADE 2000 - 2012  |  Search  |  Contacts   |  Site map