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: 2024.1.1.0 (2024.1.1)
Syntax
public override bool SetDirectCoordSysAutoDetection(
	bool autoValue
)

Parameters

autoValue
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

Default is false.

See Also