Method | Description | |
---|---|---|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result |
External command mainline. Run in the sample model TestCrossFitting.rvt, e.g.
|
|
SelectAndPlaceTakeOffFitting ( Document doc ) : void |
Method | Description | |
---|---|---|
CreateTemporaryConnectorForTap ( ) : Connector | ||
GetPipeDirection ( Pipe pipe ) : XYZ |
Allow selection of pipe elements only. Return the normalised direction of the given pipe.
|
|
IsPipeParallel ( Pipe p1, Pipe p2 ) : bool |
Are the two given pipes parallel?
|
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |
public SelectAndPlaceTakeOffFitting ( Document doc ) : void | ||
doc | Document | |
return | void |