Skip to content

How to compute the surface area of a isosurface plot ? #20170

Discussion options

You must be logged in to vote

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

>>> SetQueryOutputToValue()
>>> results = Query("3D surface area")
>>> print(results)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@balcieb
Comment options

@biagas
Comment options

Answer selected by biagas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants