| PoCurveLinethicknessIndex Property  | 
Defines the index of the set of values used to specify the thickness. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFInt32 thicknessIndex { get; }Public ReadOnly Property thicknessIndex As SoSFInt32
	Get
public:
property SoSFInt32^ thicknessIndex {
	SoSFInt32^ get ();
}member thicknessIndex : SoSFInt32 with get
Property Value
Type: 
SoSFInt32
RemarksIf thicknessIndex = -1, all the curve has the same thickness which is the inherited line width. 
See Also