face.3dm (313.9 KB)
REBUILD FACE.gh (40.2 KB)
I am trying to rebuild the surface in a simpler face, with multiple faces. how should I do it based on the gh I have? thanks
face.3dm (313.9 KB)
REBUILD FACE.gh (40.2 KB)
I am trying to rebuild the surface in a simpler face, with multiple faces. how should I do it based on the gh I have? thanks
You didn’t post your GH file.
And you didn’t internalize your geometry; having the .3dm file doesn’t help.
3. Attach minimal versions of all the relevant files
Hi Wong Ping,
Even though your surfaces have varied counts of control points, you can exploit the Deconstruct Brep component to yield the 4 corner points and then build a simple surface from these.
I added additionally logic to unify the surface normals as well.
Hope this helps, cheers!
Original:
New:
20230519_REBUILD FACE_0_Response_01a.gh (301.3 KB)
Hi Michael, Thank you for your help! appreciated!
You’re welcome!