Click or drag to resize

FileSlcWrite Method

Write a SLC file based on the contents of a RhinoDoc

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static bool Write(
	string filename,
	RhinoDoc doc,
	FileSlcWriteOptions options
)

Parameters

filename
Type: SystemString
path to write a file to
doc
Type: RhinoRhinoDoc
document to get geometry from
options
Type: Rhino.FileIOFileSlcWriteOptions
options used for generating the SLC file

Return Value

Type: Boolean
true on success
See Also