Click or drag to resize
PoMeshContouringSetMiscTextAttr Method

Sets a reference to OIV.MeshViz.Graph.PbMiscTextAttr object for miscellaneous text attributes of 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 SetMiscTextAttr(
	PbMiscTextAttr textAttr
)

Parameters

textAttr
Type: OIV.MeshViz.GraphPbMiscTextAttr
Remarks

If this method is not called the text attributes used are those of the default constructor of OIV.MeshViz.Graph.PbMiscTextAttr.

See Also