Click or drag to resize
VolumeMarchingCubesgetIsosurface Method
Returns the geometry for an isosurface with the specified value. The vertices are stored in an SoVertexProperty node which can be accessed in the vertexProperty field of the returned shape node. Returns null if any error occurs (for example accessing volume data). Returns null if volume contains RGBA data.

Namespace: OIV.Medical.Helpers
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 2023.1.3.0.Release.5fd1c1ad27c99c06f73891d4218ee7122fbde35a
Syntax
public SoTriangleSet getIsosurface(
	SoVolumeData volume,
	float isovalue
)

Parameters

volume
Type: OIV.VolumeViz.NodesSoVolumeData
isovalue
Type: SystemSingle

Return Value

Type: SoTriangleSet
See Also