wateryfield Posted September 19, 2014 Share Posted September 19, 2014 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. emit_rbd_problem.hip Quote Link to comment Share on other sites More sharing options...
willow wafflebeard Posted September 20, 2014 Share Posted September 20, 2014 (edited) use the @name attrib to merge them into a single dop object emit_rbd_problem_watery.hip Edited September 20, 2014 by willow wafflebeard Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 20, 2014 Author Share Posted September 20, 2014 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. Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 22, 2014 Author Share Posted September 22, 2014 use the @name attrib to merge them into a single dop object Never mind. I solved it already. Thanks. Quote Link to comment Share on other sites More sharing options...
rayman Posted September 22, 2014 Share Posted September 22, 2014 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. Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 22, 2014 Author Share Posted September 22, 2014 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.