Click or drag to resize
PbCellGetBounds Method

Gets the cell's bounds.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void GetBounds(
	out float xmin,
	out float ymin,
	out float zmin,
	out float xmax,
	out float ymax,
	out float zmax
)

Parameters

xmin
Type: SystemSingle
ymin
Type: SystemSingle
zmin
Type: SystemSingle
xmax
Type: SystemSingle
ymax
Type: SystemSingle
zmax
Type: SystemSingle
Remarks

Similar to OIV.MeshViz.Data.PbCell.GetBoundingBox() but it does not use any SbBox object.

See Also