Click or drag to resize
PbDomainSetDomain Method (Single, Single, Single, Single, PbDomainBoundingBoxTypes)

Sets a 2D domain.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDomain(
	float xmin,
	float ymin,
	float xmax,
	float ymax,
	PbDomainBoundingBoxTypes type
)

Parameters

xmin
Type: SystemSingle
ymin
Type: SystemSingle
xmax
Type: SystemSingle
ymax
Type: SystemSingle
type
Type: OIV.MeshViz.GraphPbDomainBoundingBoxTypes
Remarks