Click or drag to resize
SoVRSegyFileReaderSetDirectCoorSys Method

Specifies 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 SetDirectCoorSys(
	bool directCoord
)

Parameters

directCoord
Type: SystemBoolean

Return Value

Type: Boolean
Remarks

Default is true. If the coordinate system is direct, then samples are stored in increasing order along the positive X axis, traces are stored in increasing order along the positive Y axis, and lines are stored in increasing order along the positive Z axis. If the coordinate system in indirect, everything is the same except that lines are stored in decreasing order along the positive Z axis. NOTE: If you pass the value returned by OIV.VolumeViz.Readers.SoVRSegyFileReader.GetP1P2P3Coordinates(OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@, OIV.Inventor.SbVec2d@), the resulting LDM file will be always right handed.

See Also