Skip to content

Commit 08d0b8d

Browse files
feat-fix: add extremely important brep.Faces.ShrinkFaces() in components code
1 parent a999efe commit 08d0b8d

File tree

1 file changed

+1
-0
lines changed
  • src/gh/components/DF_build_assembly

1 file changed

+1
-0
lines changed

src/gh/components/DF_build_assembly/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def RunScript(self,
2828
i_allow_curved_joint_faces = False
2929

3030
for brep in i_breps:
31+
brep.Faces.ShrinkFaces()
3132
beam = DFBeam.from_brep_face(brep, i_is_roundwood, i_allow_curved_joint_faces)
3233
beams.append(beam)
3334

0 commit comments

Comments
 (0)