C# Class BuildingCoder.CmdPartAtom

Inheritance: IExternalCommand
ファイルを表示 Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
createPartAtomFile ( Application app, string rfaFilePath, string partAtomFilePath ) : void

Method Details

Execute() public method

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

createPartAtomFile() public method

public createPartAtomFile ( Application app, string rfaFilePath, string partAtomFilePath ) : void
app Application
rfaFilePath string
partAtomFilePath string
return void