BinaryArchiveWriterWritePlane Method |
Writes a
Plane value to the archive.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void WritePlane(
Plane value
)
Public Sub WritePlane (
value As Plane
)
Parameters
- value
- Type: Rhino.GeometryPlane
A value to write.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also