Click or drag to resize

Box Constructor (Box)

Copy constructor.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public Box(
	Box other
)

Parameters

other
Type: Rhino.GeometryBox
The source plane value.
See Also