Drughi Posted August 22, 2018 Share Posted August 22, 2018 Hi! I like to use opinputpath for importing e.g. a Volume into a Dop-Simulation. In my opinion its more clean to visually see the data used in Dops. Now I want to combine the opinputpath with another expression. Lets say my 2nd input is a boundingbox, which I want to use to use in the gas resize fluid. I want to do something like bbox(`opinputpath("../.", 1)`, D_XSIZE), wich is not working. What would be the correct way ? Quote Link to comment Share on other sites More sharing options...
anim Posted August 22, 2018 Share Posted August 22, 2018 (edited) bbox(opinputpath("..", 1), D_XSIZE) or create spare input parameter with `opinputpath("..", 1)` and then it will be just bbox(-1, D_XSIZE) Edited August 22, 2018 by anim Quote Link to comment Share on other sites More sharing options...
Drughi Posted August 22, 2018 Author Share Posted August 22, 2018 Thanks! 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.