Farmfield Posted March 9, 2016 Share Posted March 9, 2016 How would you do a delete on everything = y<0? Tried to figure it out but $TY, $ty, @P.y, none works in the expressions... Quote Link to comment Share on other sites More sharing options...
Juraj Posted March 9, 2016 Share Posted March 9, 2016 Hi, what kind of objects do you mean? If it is packed RBDs/POPs, then geometry wrangle dop with removepoint() function should work well. Juraj Quote Link to comment Share on other sites More sharing options...
Farmfield Posted March 9, 2016 Author Share Posted March 9, 2016 (edited) Tnx Juraj, this isn't really for me, I know there's a lot of different ways to delete geometry in DOP's, but I got the question about the delete DOP and I tried to figure out how it works but nothing I tried worked. So this is specifically about the delete DOP and this was using unpacked objects. Personally, looking into the documentation finding things there that didn't work with it in H15, I suspect it's semi deprecated... Edited March 9, 2016 by Farmfield Quote Link to comment Share on other sites More sharing options...
anim Posted March 10, 2016 Share Posted March 10, 2016 you can put * in Object Group 0 field to delete all objects that have Activation 1 then put object dependent expression in Activation parm like: dopoption($DOPNET, $OBJID, "Position", "ty")+dopoption($DOPNET, $OBJID, "Position", "py")<0 or you can use Group DOP to create group of objects based on some similar expression and then use Delete DOP to delete just that group. Same result, just with extra step Quote Link to comment Share on other sites More sharing options...
Farmfield Posted March 11, 2016 Author Share Posted March 11, 2016 Tomas It's become pretty obvious I'm just not well enough read up on how objects are handled in DOP's in regard to writing an expression like that, but now I at least know what I need to read up on. 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.