Click or drag to resize

BinaryArchiveWriterWritePoint3f Method

Writes a Point3f value to the archive.

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

Parameters

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