Click or drag to resize
PoMeshContouringSetFormat Method

Sets a reference to a OIV.MeshViz.Graph.PbNumericDisplayFormat object for the numerical display format for annotations of contour lines.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetFormat(
	PbNumericDisplayFormat format
)

Parameters

format
Type: OIV.MeshViz.GraphPbNumericDisplayFormat
Remarks

If this method is not called the format used is the one of the default constructor of OIV.MeshViz.Graph.PbNumericDisplayFormat.

See Also