Click or drag to resize
PoCurveLineThicknessBindings Enumeration

Thickness binding.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
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