This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
3D Viewer: Isosurface
(Return to the Developer Documentation page)
(Return to the main 3D_Viewer page)
How to work with isosurfaces
You can download example source code for this HowTo here.
Before reading this HowTo, it may be helpful to read The relation between Content and Universe.
When a Content
is displayed as an isosurface, its ContentNode
is of type MeshGroup
. Since MeshGroup
offers no additional functionality, than what can done with any Content
, there is actually no reason under normal circumstances to retrieve a MeshGroup
(although, it can be done of course).