Click or drag to resize
SoDataExtract Class

Data extraction algorithms for buffers.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.AlgorithmsSoDataExtract

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoDataExtract : SoNetBase

The SoDataExtract type exposes the following members.

Constructors
  NameDescription
Public methodSoDataExtract

Constructor.

Top
Methods
  NameDescription
Public methodCopyPlane

Copy a plane.

Public methodCopyTile

Copy a tile.

Public methodEquals (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType (Inherited from Object.)
Public methodGetXSliceFromTile

Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1.

Public methodGetYSliceFromTile

Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1.

Public methodGetZSliceFromTile

Extract an X axis slice Given a buffer containing an LDM volume data tile, extract the Nth slice of data along the X axis, where slices are numbered 0 to dimx-1.

Public methodToString (Inherited from Object.)
Top
Remarks

The Data extract module provides basic algorithms for extracting a specific subset of the data from a buffer. For example, extracting an axis aligned slice from a buffer that contains an LDM volume data tile.

Examples:

See Also