C# 클래스 BuildingCoder.CmdExportSolidToSat

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Clone ( Solid solid ) : Solid
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
DirSearch ( string start_dir, string filename_pattern ) : string

Return the full path of the first file found matching the given filename pattern in a recursive search through all subdirectories of the given starting folder.

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( Solid solid ) : Solid
solid Solid
리턴 Solid

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result