C# Class BuildingCoder.CmdPartAtom

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples

Méthodes publiques

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

Method Details

Execute() public méthode

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

createPartAtomFile() public méthode

public createPartAtomFile ( Application app, string rfaFilePath, string partAtomFilePath ) : void
app Application
rfaFilePath string
partAtomFilePath string
Résultat void