SoOutlineEffectsensitivity Property |
Specifies the sensitivity to detect contours.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFFloat sensitivity { get; }
Public ReadOnly Property sensitivity As SoSFFloat
Get
public:
property SoSFFloat^ sensitivity {
SoSFFloat^ get ();
}
member sensitivity : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksA higher value allows for the detection of fine details, while a lower value only highlights marked variations. The value ranges from 0.0f to 1.0f. Default is 0.0f.
See Also