SoVRMLMaterialtransparency Property |
Transparency value of the surface.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat transparency { get; }
Public ReadOnly Property transparency As SoSFFloat
Get
public:
property SoSFFloat^ transparency {
SoSFFloat^ get ();
}
member transparency : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksValues range from 0.0 for opaque to 1.0 for completely transparent surfaces.
See Also