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