SoVRSegyFileReaderSetDirectCoorSys Method |
Specifies if the coordinate system used is direct (right-handed) or not.
Namespace: OIV.VolumeViz.Readers
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.