PoDataMappingtransparencyEnabled Property |
Enable/Disable the taking into account of transparency.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax public SoSFBool transparencyEnabled { get; }
Public ReadOnly Property transparencyEnabled As SoSFBool
Get
public:
property SoSFBool^ transparencyEnabled {
SoSFBool^ get ();
}
member transparencyEnabled : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks If it is disabled, the different shape are always opaque. Default is false.
Note: DataMapping does not support data PER_CELL binding when transparencyEnabled is set to true and transparencyValueDeletedParts <= 1.0.
See Also