SoOutlineEffectthickness Property |
Specifies the thickness of the contours.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat thickness { get; }
Public ReadOnly Property thickness As SoSFFloat
Get
public:
property SoSFFloat^ thickness {
SoSFFloat^ get ();
}
member thickness : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksA higher value makes the outlines thicker, while a lower value makes them thinner. The value ranges from 0.0f to 1.0f. Default is 0.0f.
See Also