Click or drag to resize

BinaryArchiveWriterWriteRay3d Method

Writes a Ray3d value to the archive.

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

Parameters

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