Click or drag to resize

BinaryArchiveWriterWriteGeometry Method

Writes a GeometryBase value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WriteGeometry(
	GeometryBase value
)

Parameters

value
Type: Rhino.GeometryGeometryBase
A value to write.
See Also