C# Class BuildingCoder.CmdExportSolidToSat

Inheritance: IExternalCommand
Show file Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Clone ( Solid solid ) : Solid
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result

Private Methods

Method Description
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.

Method Details

Clone() public static method

public static Clone ( Solid solid ) : Solid
solid Solid
return Solid

Execute() public method

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