C# Class SketchUpForDynamo.SketchUp

Show file Open project: moethu/SketchUpNET

Public Methods

Method Description
WriteModel ( string path, List surfaces = null, List curves = null ) : void

Write SketchUp Model

Private Methods

Method Description
GetInstance ( Instance instance ) : object>.Dictionary
LoadModel ( string path ) : object>.Dictionary

Method Details

WriteModel() public static method

Write SketchUp Model
public static WriteModel ( string path, List surfaces = null, List curves = null ) : void
path string Path to SketchUp file
surfaces List
curves List
return void