C# 클래스 SketchUpForDynamo.SketchUp

파일 보기 프로젝트 열기: moethu/SketchUpNET

공개 메소드들

메소드 설명
WriteModel ( string path, List surfaces = null, List curves = null ) : void

Write SketchUp Model

비공개 메소드들

메소드 설명
GetInstance ( Instance instance ) : object>.Dictionary
LoadModel ( string path ) : object>.Dictionary

메소드 상세

WriteModel() 공개 정적인 메소드

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
리턴 void