Jump to content

geometryVOP in Dops


sanostol

Recommended Posts

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

Link to comment
Share on other sites

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!

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