C# Class BuildingCoder.CmdFaceWall

Inheritance: IExternalCommand
Datei anzeigen Open project: jeremytammik/the_building_coder_samples

Public Methods

Method Description
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
MakeLine ( UIApplication app, XYZ ptA, XYZ ptB, Document doc ) : ModelCurve
SlopedWallTest ( ExternalCommandData revit ) : void

Private Methods

Method Description
CreateFaceWalls ( Document doc ) : void
CreateMassExtrusion ( Document doc ) : void

Create an extrusion form in the given conceptual mass family document.

MakeLine ( Document doc, XYZ p, XYZ q ) : ModelCurve

Method Details

Execute() public method

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

MakeLine() public static method

public static MakeLine ( UIApplication app, XYZ ptA, XYZ ptB, Document doc ) : ModelCurve
app UIApplication
ptA XYZ
ptB XYZ
doc Document
return ModelCurve

SlopedWallTest() public static method

public static SlopedWallTest ( ExternalCommandData revit ) : void
revit ExternalCommandData
return void