Jump to content

emit rbd problem


Recommended Posts

Hi, guys.

I built a simple HIP to show a problem i meet when emit the rbd interval.

If i use creation frame way , when emit the rbd. The dop will create several same rbd object value , you can see form detail view, how to merge them into one object? 

 

Another way if use sop solver to merge emit rbd object, when there have two different rbd object, like box1, box2,
every object Geometry path will create the emit object,you can see form sim and detail view.
 
How to just created the emit object in the first object Geometry. 
 
Thanks.
 
 
 

post-9982-0-59975700-1411162570_thumb.jp

post-9982-0-67725000-1411162571_thumb.jp

post-9982-0-76232200-1411162572_thumb.jp

emit_rbd_problem.hip

Link to comment
Share on other sites

use the @name attrib to merge them into a single dop object

Thanks, willow.

But you maybe didn't notice if there were two rbd object ,like box1, box2, then you merge emit rbd object, it will created two same Geometry.

I sorry i haven't explain clearly.

After a while, you can see two same sphere in View  and detail view.

post-9982-0-16535400-1411203262_thumb.jp

post-9982-0-37815400-1411203264_thumb.jp

post-9982-0-53737500-1411203265_thumb.jp

Link to comment
Share on other sites

I`m wondering what is your solution?

I tried to use dop groups without success but I think this is the best approach.

My current solution is to use stamp "OBJID" and "OBJNAME" attributes or another geometry detail attribute to switch outputs.

For example if you set switch expression to

$FF%20 == 5 && stamp("..","OBJID",0)==1

this will operate only on geometry with id 1.

Link to comment
Share on other sites

I`m wondering what is your solution?

I tried to use dop groups without success but I think this is the best approach.

My current solution is to use stamp "OBJID" and "OBJNAME" attributes or another geometry detail attribute to switch outputs.

For example if you set switch expression to

$FF%20 == 5 && stamp("..","OBJID",0)==1

this will operate only on geometry with id 1.

Most the same to you, rayman.

judge the rbd number.

I also wonder why the sopsolver or mulitsolver group not working?

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...