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: 9.9.13.0.Release.908d87e0180ebfe7287e3e24da18328657f2aef7
Syntax
public SoTriangleSet getIsosurface(
	SoVolumeData volume,
	float isovalue
)

Parameters

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

Return Value

Type: SoTriangleSet
See Also