Jump to content

Deleting points to break up a primitive.


hopbin9

Recommended Posts

Hi, got a problem.

I have a Circle SOP (arc type is open) set as a polygon and I want to delete every N'th point so that I have a dashed line circle.

So I Group every N'th point, but when I Blast SOP that group it deletes the points but it's still all one connected primitive with some missing points.

I want to delete the points and break it up into multiple primitives so it looks like a dashed line.

I can't seem to figure it out.

Thanks,

Link to comment
Share on other sites

In fact, if you make a circle line and use

0e1 0e3 0e5

as the group input in the dissolve node you can do it. There must be a more procedural way with this weird syntax though... Perhaps a little python string writing thing...

Edited by Macha
Link to comment
Share on other sites

  • 2 years later...

Is there a more general solution to this when you are deleting points in an irregular manner? I have a bunch of curves crisscrossing an area, have selected some points via a group, and want to delete them, breaking the curves at that point, but they just connect from their nearest remaining points.

Edited by Dispel
Link to comment
Share on other sites

  • 6 years later...

Checking in 6 years later to say that the way i found to do this was:

to find a way to group the edge (i used by length) and
use a dissolve sop on that edge

delete and blast wernt working, makes me think i need to go back and learn what these guys do under the hood a bit better. 

Link to comment
Share on other sites

On 1/19/2012 at 12:14 PM, hopbin9 said:

Hi, got a problem.

I have a Circle SOP (arc type is open) set as a polygon and I want to delete every N'th point so that I have a dashed line circle.

So I Group every N'th point, but when I Blast SOP that group it deletes the points but it's still all one connected primitive with some missing points.

I want to delete the points and break it up into multiple primitives so it looks like a dashed line.

I can't seem to figure it out.

Thanks,

nah...it's all in the add,

add to delete geo then reconstruct ....hint every 2 !! c'mon you can do it.

oh sheesh, this thread is older than father time...why did i even bother with it ? NFI.

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