BinaryArchiveWriter.WritePoint4d Method

BinaryArchiveWriterWritePoint4d Method

Writes a Point4d value to the archive.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void WritePoint4d(
	Point4d value
)
Public Sub WritePoint4d ( 
	value As Point4d
)

Parameters

value
Type: Rhino.GeometryPoint4d
A value to write.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also