Click or drag to resize
PoCurveLinethicknessBinding Property

Defines how thickness values are bound to the curve.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoCurveLineThicknessBindings> thicknessBinding { get; }

Property Value

Type: SoSFEnumPoCurveLineThicknessBindings
Remarks

If thicknessBinding = PER_PART_THICKNESS, each part of the curve has the same thickness otherwise the thickness between two consecutive vertices is linearly interpolated according to the thickness value associated to these vertices. For curve line, PER_VERTEX_THICKNESS is interpreted as PER_PART_THICKNESS.

See Also