Search results

  1. E

    Splitting a shell into two shells by a plane

    Hi, I am using BRepAlgoAPI_Splitter to split a shell by a plane. This is the code we are using: // Object TopTools_ListOfShape objectShapes = myShell; // Tools TopTools_ListOfShape toolShapes; gp_Pnt planePoint(pos.x, pos.y, pos.z); gp_Dir planeNormal(dir.x, dir.y...
  2. E

    Extending a shell 25mm

    Hi everybody, I just came across a problem I don't know how to solve (and believe me, I tried). I want to create an extension of an open shell, more or less something like this: Imagine the yellow line is the original shape and the blue line is the extension. My plan was to, given a face, edge...
Top