How to compute the surface area of a isosurface plot ? #20170
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
From the GUI: Open Controls->Query From CLI: >>> SetQueryOutputToValue()
>>> results = Query("3D surface area")
>>> print(results) |
Beta Was this translation helpful? Give feedback.
From the GUI:
Open Controls->Query
Find
3D surface area
and highlight it. click Query.From CLI:
ensure the plot you want is active.
the default output from a Query is a string, so change the output to
Value