Click or drag to resize

BinaryArchiveWriterWritePlane Method

Writes a Plane value to the archive.

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

Parameters

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