Jump to content

Remove connected line


Recommended Posts

Hi

I have a polygon circle, arc type: Sliced arc. I'am trying to remove all the lines by the red markings (see image) so I only have the lines going from mid and out.

I have tried to use a facet node, to create unique points, but when I blast the outer lines, the lines that goes from the center also get deleted.

Capture.JPG

Edited by bobbybob
Link to comment
Share on other sites

I just found that I can use the "Remove inline points, Distance" to do this, but it would be nice to know why the lines are "connected" even if they are made unique with the facet sop, just to get a better understanding of how the geometry works :)

Link to comment
Share on other sites

Hi,

you can use a "convertline" node to convert each edge to a "polyline" prim type. Then you can blast the outer edges(prims) by the method of your choice.

You could also create a "line" and a "Copy and Transform" node and copy the line x number of times with a rotate to form a circle to get the same result.

The facet sop makes alle the edges unique per face/prim, you can see this when you move a prim after using the facet node (with "Remove inline points" off). The prims are still closed polygons. By using the "convertline" node, each edge is turned to a polyline(open polygon) primitive.

The "Remove inline points" is kind of a hacky workaround to your problem. 

 

Cheers,

Luca

Edited by LucaScheller
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...