PoCurveLinethicknessBinding Property |
Defines how thickness values are bound to the curve.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoCurveLineThicknessBindings> thicknessBinding { get; }
Public ReadOnly Property thicknessBinding As SoSFEnum(Of PoCurveLineThicknessBindings)
Get
public:
property SoSFEnum<PoCurveLineThicknessBindings>^ thicknessBinding {
SoSFEnum<PoCurveLineThicknessBindings>^ get ();
}
member thicknessBinding : SoSFEnum<PoCurveLineThicknessBindings> with get
Property Value
Type:
SoSFEnumPoCurveLineThicknessBindingsRemarks 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