About fill a hole on mesh

Hi:

I have a mesh with a hole and i would like to fill it with curvature-based patch.
I try FillMeshHole command in Rhino but the result is the good. why?

Then I try another method is

  1. Extract the boundary first and Patch a Surf.
  2. transfer Surf to Mesh.
  3. Merge the patched mesh and original model into a complete model.
    but fail in 3

How can i combine the two mesh into one?

Hi Frank - if the edges if the hole and the edges of the patch-mesh leave a slight gap, Join the two and then in a few locations around the gap, use PatchSingleFace to bridge across, then FillMeshHole ti close the holes. I would UnifyMeshNormals afterward.

-Pascal

The process you say is difficult to design as a one button function.
It seems need many hand work.Right?

從我的 Samsung Galaxy 智慧型手機傳送。
-------- 原始訊息 --------自: Pascal Golay mcneel@discoursemail.com 日期: 2017/2/9 00:25 (GMT+08:00) 至: ccupcpop@gmail.com 主旨: [McNeel Forum] [Rhino for Windows] About fill a hole on mesh

          pascal
            McNeel
          

          February 8

Hi Frank - if the edges if the hole and the edges of the patch-mesh leave a slight gap, Join the two and then in a few locations around the gap, use PatchSingleFace to bridge across, then FillMeshHole ti close the holes. I would UnifyMeshNormals afterward.

-Pascal

Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.

Hi Frank - yeah - it is far from automatic…

-Pascal