Click or drag to resize
PoBaseSetDomain Method

Sets a reference to a OIV.MeshViz.Graph.PbDomain object used to define the data limits of the graphics to be generated.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetDomain(
	PbDomain dom
)

Parameters

dom
Type: OIV.MeshViz.GraphPbDomain
Remarks

If this method is not called (or called passing NULL as argument), this is the domain defined in the current inherited state (defined with the node OIV.MeshViz.Nodes.PoDomain) which is used.

See Also