PoCurveFillingwidth Property |
Defines the width of the curve filled.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat width { get; }
Public ReadOnly Property width As SoSFFloat
Get
public:
property SoSFFloat^ width {
SoSFFloat^ get ();
}
member width : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks If the thicknessIndex is different from -1, thickness values are multiplied to this value. If this value is equal to 0, thicknessIndex, thicknessBinding and thicknessFactor are ignored.
See Also