CADability dotNET
Constructs a equal sided BoundingCube from a center point and a "radius" (half width)

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

Syntax

C#
public BoundingCube(
	GeoPoint center,
	double halfSize
)
Visual Basic
Public Sub New ( _
	center As GeoPoint, _
	halfSize As Double _
)
Visual C++
public:
BoundingCube(
	GeoPoint center, 
	double halfSize
)

Parameters

center
Type: CADability..::..GeoPoint
Center point
halfSize
Type: System..::..Double
Half of the width

See Also