Click or drag to resize
SoHeightFieldRenderBoundaryCellsType Enumeration

Boundary cells mode.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.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