Thu, 08/16/2018 - 15:10
Forums:
Hi
Does anyone know how to add thickness to a face by its normal direction?
I cannot use the Prism function as I want it in the normal direction of the face over the whole surface.
I've tried the BRepOffsetAPI_MakeOffsetShape
and the BRepOffsetAPI_MakeThickSolid
I always just end up with the only the offset face and not a solid.
Attachments:
Fri, 08/17/2018 - 16:05
For reference here is the solution using PythonOCC.
In the line "solid.Initialize(f1,1.0,1.e-5,BRepOffset_Skin,False,False,GeomAbs_Intersection,True)" take care of the last "True" as that enables the thickening.