BinaryArchiveReader.ReadPoint3d Method

BinaryArchiveReaderReadPoint3d Method

Reads a Point3d from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d ReadPoint3d()
Public Function ReadPoint3d As Point3d

Return Value

Type: Point3d
The element that was read.
See Also