Click or drag to resize
PoAxisSetMiscTextAttr Method

Sets a reference to OIV.MeshViz.Graph.PbMiscTextAttr object for miscellaneous text attributes.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetMiscTextAttr(
	PbMiscTextAttr textAttr
)

Parameters

textAttr
Type: OIV.MeshViz.GraphPbMiscTextAttr
Remarks

If this method is not called (or called passing NULL as argument), this is the miscellaneous text attributes defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoMiscTextAttr) which are used.

See Also