BinaryArchiveWriter.WritePoint3d Method

BinaryArchiveWriterWritePoint3d Method

Writes a Point3d value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void WritePoint3d(
	Point3d value
)
Public Sub WritePoint3d ( 
	value As Point3d
)

Parameters

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