Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtaining Model Dimensions and Evaluation Point Values in 2D and 3D Models #6234

Open
3Faker3 opened this issue Feb 14, 2025 · 0 comments
Open

Comments

@3Faker3
Copy link

3Faker3 commented Feb 14, 2025

Currently, for a two-dimensional square region, we can directly obtain the model's maximum depth and the depth of the current evaluation point using functions like model.max_depth and get_geometry_model().depth(in.position[i]). However, we do not have a straightforward method to obtain the model's width at the current evaluation point. Additionally, for a 3D box, we also need to get the model's width and the height of the current evaluation point.
https://aspect.geodynamics.org/doc/doxygen/classaspect_1_1GeometryModel_1_1Interface.html#acaf107c6a056f0eb6cc4b250b110e416)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant