Click or drag to resize
SoHeightFieldRenderBoundaryCellsType Enumeration

Boundary cells mode.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public enum BoundaryCellsType
Members
  Member nameValueDescription
ALWAYS0

Always compute boundary cells.

SMART1

Computes boundary cells according to the distance to the view.

NONE2

Never computes boundary cells.

Remarks