CADability dotNET
Gets the 3-dimensional extent of an object

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
BoundingCube GetExtent(
	double precision
)
Visual Basic
Function GetExtent ( _
	precision As Double _
) As BoundingCube
Visual C++
BoundingCube GetExtent(
	double precision
)

Parameters

precision
Type: System..::..Double
Precision of the test

Return Value

The minmax cube

See Also