SoVolumeReaderSetRectilinearCoordinates Method |
Sets rectilinear coordinates for the data set.
Namespace: OIV.LDM.ReadersAssembly: 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
)
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