RhinoCommon API
FileStpWrite Method |
Write a STP file based on the contents of a RhinoDoc
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 7.0
public static bool Write( string filename, RhinoDoc doc, FileStpWriteOptions options )
Public Shared Function Write ( filename As String, doc As RhinoDoc, options As FileStpWriteOptions ) As Boolean
Parameters
- filename
- Type: SystemString
path to write a file to - doc
- Type: RhinoRhinoDoc
document to get geometry from - options
- Type: Rhino.FileIOFileStpWriteOptions
options used for generating the STP file
Return Value
Type: Booleantrue on success