BinaryArchiveWriter.WriteBoundingBox Method

BinaryArchiveWriterWriteBoundingBox Method

Writes a BoundingBox value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WriteBoundingBox(
	BoundingBox value
)
Public Sub WriteBoundingBox ( 
	value As BoundingBox
)

Parameters

value
Type: Rhino.GeometryBoundingBox
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also