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: 10.12.3.0.Release.03fa3fc14f5d05a3007fab6bc6264244021464bb
Syntax
public SoTriangleSet getIsosurface(
	SoVolumeData volume,
	float isovalue
)

Parameters

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

Return Value

Type: SoTriangleSet
See Also