Jump to content

How to remove inner line after boolean?


hid

Recommended Posts

I am struggle how to remove the inner line after boolean for drawing contour. I know that line comes because of connecting primitive as same height, but the both side of points are not neighbor so they are random...

If you know how to remove that line, I would like you to tell me.

boolean_delete_innerline.PNG

Link to comment
Share on other sites

WE had That File from 2016 you can use any gradient on any shape, Houdini its all about Colors----------------->link

 

vector bb=getbbox_size(0);
vector bmax=getbbox_max(0);
vector bmin=getbbox_min(0);
float green_line=chf("GreenLine");

if(green_line!=1.0)
    @Cd=set(abs(fit(@P.y,fit01(green_line,bmin.y-bb.y,bmax.y),bmax.y,0,1))*0.5,fit(@P.y, bmin.y, bmax.y, 0.5, 1),abs(fit(@P.y,fit01(green_line,bmin.y-bb.y,bmax.y)
,bmax.y,0,1))*0.5);
else
    @Cd=set(0.0, fit(@P.y, bmin.y, bmax.y, 0.5, 1), 0.0);

 

grwww0850dss.gif

Sc0d.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...