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: 2024.2.3.Release.8195eb522b090a23f1a65c7685cebb3bb12ab134
Syntax
public SoTriangleSet getIsosurface(
	SoVolumeData volume,
	float isovalue
)

Parameters

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

Return Value

Type: SoTriangleSet
See Also