Click or drag to resize

BinaryArchiveReaderReadVector3d Method

Reads a Vector3d from the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Vector3d ReadVector3d()

Return Value

Type: Vector3d
The element that was read.
See Also