sanostol Posted September 27, 2013 Share Posted September 27, 2013 Is there a way to use other simdata geo for processing. for example I attached a control geometry to a object with a geometrySOP (named TargetGeometry) and I want to use this in a geometryVOP like I can use a second Input in attributevop to modify the GeometryData. In the geometryVOP i can use the bindgeo parm set to "Geometry" to work on that geo, but how can i call in the "TargetGeometry"? Martin Quote Link to comment Share on other sites More sharing options...
DanBode Posted September 27, 2013 Share Posted September 27, 2013 It's less than ideal, but you can do this with the op: syntax and the get attribute vop. In a geometry vop through down a get attribute vop. Then in a details viiw find the geometry data you want to access, and drag and drop it into the file param on your get attribute vop. It will fill the param with something like this /obj/geo1/dopnet1:obj0/Geometry2[/CODE]throw an "op:" in front of that and you're good to go.you could also type it out by hand using that syntax, but dragging and dropping is way easier! 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.