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.2.Release.77a61d1a523234b418592ccd07676e84f6c1d90b
Syntax
public SoTriangleSet getIsosurface(
	SoVolumeData volume,
	float isovalue
)

Parameters

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

Return Value

Type: SoTriangleSet
See Also