Click or drag to resize
SoVolumeReaderSetRectilinearCoordinates Method

Sets rectilinear coordinates for the data set.

Namespace: OIV.LDM.Readers
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public void SetRectilinearCoordinates(
	float[] x,
	float[] y,
	float[] z
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
z
Type: SystemSingle
Remarks