SOPastian Posted October 28, 2014 Share Posted October 28, 2014 Hi! I got a short question: How can I access a detail attribute of an rbd object inside a dop network. I tried the dopfield command, but it somehow didn't work.. I tried: dopfield("/obj/dopNet", "testObj_01", "Geometry", "", 0, "myTestAttr") Any idea? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
SOPastian Posted October 28, 2014 Author Share Posted October 28, 2014 ...I want to get a string out of a detail attribute to use it as a source-name for the copy data solver. Quote Link to comment Share on other sites More sharing options...
pbarua Posted October 29, 2014 Share Posted October 29, 2014 dopoption & dopfield sub networkdopoption("..",$OBJID,"Position","impactValue")more insidedopfield("..",$OBJID,"Impacts","Impacts",0,"impulse")dopfield("..",$OBJID,"Impacts","Impacts",0,"positiony")more more insidedopfield("/obj/dopnet1", "obj0", "Forces/Gravity_gravity1", "Options", 0, "forcey")how many pointsdopnumrecords("..",$OBJID,"Impacts","Impacts") access to geometry in Dop detail("..:$OBJID/Geometry", "inGRP", 0)detail("/obj/AutoDopNetwork:$OBJID/Geometry", "inGRP", 0) collision division on RDB bbox("..:$OBJID/Geometry", 6)bbox("..:$OBJID/Geometry", 7)bbox("..:$OBJID/Geometry", 8)Centroidcentroid("..:$OBJID/Geometry", 0) Source: Ryoji CG Memo Quote Link to comment Share on other sites More sharing options...
SOPastian Posted October 29, 2014 Author Share Posted October 29, 2014 hm, thanks. but it doesn't really help me out 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.