Click or drag to resize
PbNonLinearDataMappingTransparencyMapping Property

Sets a function returning a transparency value.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PbNonLinearDataMappingTransparencyFunction TransparencyMapping { get; set; }

Property Value

Type: PbNonLinearDataMappingTransparencyFunction
Remarks

If no function is set, a default function is used (returning always 0.0).

See Also