| SoVolumeReaderSetRectilinearCoordinates Method  | 
Sets rectilinear coordinates for the data set. 
 
Namespace: OIV.LDM.ReadersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetRectilinearCoordinates(
	float[] x,
	float[] y,
	float[] z
)
Public Sub SetRectilinearCoordinates ( 
	x As Single(),
	y As Single(),
	z As Single()
)
public:
void SetRectilinearCoordinates(
	array<float>^ x, 
	array<float>^ y, 
	array<float>^ z
)
member SetRectilinearCoordinates : 
        x : float32[] * 
        y : float32[] * 
        z : float32[] -> unit 
Parameters
- x
 - Type: SystemSingle
 - y
 - Type: SystemSingle
 - z
 - Type: SystemSingle
 
Remarks
See Also