Skip to content
Discussion options

You must be logged in to vote

Can you describe the use case in more detail? If the goal is to create geometric elements, there is a new api in 2.11 that supports Boolean operations for creating the element's geometry. Be aware that it's still in the testing phase and marked as alpha.

Search for BRepGeometryOperation in:
https://github.com/imodeljs/imodeljs/blob/master/core/common/src/geometry/ElementGeometry.ts

For an example, search for "unite/subtract/intersect solids test" in:
https://github.com/imodeljs/imodeljs/blob/master/core/backend/src/test/standalone/GeometryStream.test.ts

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by calebmshafer
Comment options

You must be logged in to vote
1 reply
@bbastings
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants