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: 2024.1.1.0 (2024.1.1)
Syntax
public void SetRectilinearCoordinates(
	float[] x,
	float[] y,
	float[] z
)

Parameters

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