SoShadowGroupintensity Property |
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat intensity { get; }
Public ReadOnly Property intensity As SoSFFloat
Get
public:
property SoSFFloat^ intensity {
SoSFFloat^ get ();
}
member intensity : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksSpecifies the intensity of the shadow. 0 = lowest intensity (the shadow is invisible), 1 = highest intensity (the shadow is solid black).
See Also