Click or drag to resize
PbDomain Constructor (Single, Single, Single, Single, Single, Single, PbDomainBoundingBoxTypes)

Constructor of a 3D domain.

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

Parameters

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