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.2.2.0 (10.16.2.0)
Syntax
public void SetRectilinearCoordinates(
	float[] x,
	float[] y,
	float[] z
)

Parameters

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