Click or drag to resize
PoValuedMarkerFieldSetDataMapping Method

Sets a reference to a OIV.MeshViz.Graph.PbDataMapping object, used to the association value- color.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDataMapping(
	PbDataMapping dataMapping
)

Parameters

dataMapping
Type: OIV.MeshViz.GraphPbDataMapping
Remarks

If this method is not called (or called passing NULL as argument), this is the data mapping defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoDataMapping and its derived classes) which is used.

See Also