Click or drag to resize
SoHeightFieldDetail Class

Stores detail information about a picked cell in a heightfield.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DetailsSoDetail
      OIV.VolumeViz.DetailsSoHeightFieldDetail

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoHeightFieldDetail : SoDetail

The SoHeightFieldDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoHeightFieldDetail

Constructor.

Top
Methods
  NameDescription
Public methodClone (Inherited from SoDetail.)
Public methodCopy

Returns an instance that is a copy of this instance.

(Overrides SoDetailCopy.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetColor

Returns the color of the picked cell.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetHeight

Get the height value of the nearest elevation point.

Public methodGetIjkPos

Returns the position in data space (cell coordinates) of the picked cell.

Public methodGetNumProperties

Returns the number of active properties.

Public methodGetProperty

Returns the specified property and its id.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue

Returns the value of the picked cell in the specified property (OIV.VolumeViz.Nodes.SoHeightFieldProperty node).

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

A successful pick operation returns an OIV.Inventor.SoPickedPoint object. If the picked geometry is an OIV.VolumeViz.Nodes.SoHeightFieldRender node, use the getDetail method and cast the result to this class to get extra information about the the pick.

OIV.VolumeViz.Details.SoHeightFieldDetail returns

See Also