Click or drag to resize

BinaryArchiveWriterWriteTransform Method

Writes a Transform value to the archive.

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

Parameters

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