anicg Posted January 29, 2019 Share Posted January 29, 2019 How to populate the Source Max in Fit Range automatically using the maximum position in y axis? Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted January 29, 2019 Share Posted January 29, 2019 In a wrangle in detail mode you can use `f@max_y = getbbox_max[1]` to get the maximum y value Then in your parameter you can can use `detail(0, "max_y", 0)` in your promoted source max max_y_in_vop_odf.hip Quote Link to comment Share on other sites More sharing options...
anicg Posted January 30, 2019 Author Share Posted January 30, 2019 On 1/29/2019 at 2:54 PM, vtrvtr said: Then in your parameter you can can use `detail(0, "max_y", 0)` in your promoted source max This last part didn't work: error enable to evaluate expression Quote Link to comment Share on other sites More sharing options...
Sepu Posted January 30, 2019 Share Posted January 30, 2019 do not use the backticks. Quote Link to comment Share on other sites More sharing options...
anicg Posted January 30, 2019 Author Share Posted January 30, 2019 45 minutes ago, Sepu said: do not use the backticks. Thanks. I've removed them, there is no more error. BUT it's giving value 0 (when I click on the parameter to check what's the value), and I know it's not 0 it's supposed to be 39 as per the geometry spreadsheet. 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.