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 |
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 |
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |
public static MakeLine ( UIApplication app, XYZ ptA, XYZ ptB, Document doc ) : ModelCurve | ||
app | UIApplication | |
ptA | XYZ | |
ptB | XYZ | |
doc | Document | |
return | ModelCurve |
public static SlopedWallTest ( ExternalCommandData revit ) : void | ||
revit | ExternalCommandData | |
return | void |