DiscussionsIssue archiveModeling Data and Algorithms

Archived discussion

how to get a section of surface between 2 intersection curves ?

Modeling Data and AlgorithmsFri, 04/23/2021 - 10:162 replies

Browse this forum
QuestionAuthor

  hi deers.

  I have a slicesurface to slice a object.  it intersects with 2 surfaces . I can get 2  intersection curves .  how i get the section of slicesurface  with the 2 intersection curves.

any suggestion would be much appreciated.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Author

 I have tried it.

1. using BRepAlgoAPI_Section, I got 2 intersection curves.

2.then using BOPAlgo_Splitter  splitter.
    splitter.AddArgument(sliceface); splitter.SetTools(2edges); 

but I got  a wrong reslut.   

02Commenter-1

It is better to make half-spaces from 2 ssection surfaces, and then make a Boolean Cut (or Common) operation.