Click or drag to resize
SoVRSegyFileReaderSetDirectCoordSysAutoDetection Method

Sets whether or not the reader should automatically try to detect if the coordinate system used is direct (right-handed) or not.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public override bool SetDirectCoordSysAutoDetection(
	bool autoValue
)

Parameters

autoValue
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

Default is false.

See Also