08.11.2024 - 10:28
Uhr
Hi,
I want to generate a volume with a polyhedron and faces offset.
When I tried with a simple cube, it's working with :
cube = Geometry.Polyhedron3D.CreateCuboid(Geometry.AxisPlacement3D(), 1000, 1000, 1000 ) face_offset = Geometry.FaceOffset(cube) err, geo = face_offset.Shell(100, Geometry.FaceOffset.eNormalDirection, False, False, None )
but I didn't manage to get the offset with another polyhedron (based on a extruded polygon)
What I'm doing wrong ?
Best
Christophe