File3dmDumpToTextLog Method |
Prepares a text dump of the entire model.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.1
Syntax public void DumpToTextLog(
TextLog log
)
Public Sub DumpToTextLog (
log As TextLog
)
Parameters
- log
- Type: Rhino.FileIOTextLog
[Missing <param name="log"/> documentation for "M:Rhino.FileIO.File3dm.DumpToTextLog(Rhino.FileIO.TextLog)"]
See Also