C# Class SketchUpForDynamo.SketchUp

Afficher le fichier Open project: moethu/SketchUpNET

Méthodes publiques

Méthode Description
WriteModel ( string path, List surfaces = null, List curves = null ) : void

Write SketchUp Model

Private Methods

Méthode Description
GetInstance ( Instance instance ) : object>.Dictionary
LoadModel ( string path ) : object>.Dictionary

Method Details

WriteModel() public static méthode

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
Résultat void