C# Class BuildingCoder.CmdNewSprinkler

Inheritance: IExternalCommand
Show file Open project: jeremytammik/the_building_coder_samples

Public Methods

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

Private Methods

Method Description
PointOnFace ( PlanarFace face ) : XYZ

Return an arbitrary point on a planar face, namely the midpoint of the first mesh triangle.

Method Details

Execute() public method

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