Click or drag to resize
PoCurveLineThicknessBindings Enumeration

Thickness binding.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum ThicknessBindings
Members
  Member nameValueDescription
PER_PART_THICKNESS0

Each part of the curve has the same thickness.

PER_VERTEX_THICKNESS1

The thickness between two consecutive vertices.

is linearly interpolated according to the thickness value associated to these vertices.

Remarks