Releases: mayconrfreitas/RevitAPISnippets
Releases · mayconrfreitas/RevitAPISnippets
v1.0.0
First release
List of available code snippets:
Command | Description |
---|---|
rvtiexcom | Creates a sample of a IExternal Command implemented with the main codes. |
rvtallinstcat | Collects all instances in the project by the builtin category. |
rvtalltypescat | Collects all element types in the project by the builtin category. |
rvtgetparamdoub | Gets a parameter value as a double. |
rvtgetparamelmid | Gets a parameter value as an ElementId. |
rvtgetparamint | Gets a parameter value as an integer. |
rvtgetparamstr | Get Parameter Value As String. |
rvtgetparamvalstr | Get Parameter Value As Value String. |
rvtsetparam | Set Parameter Value. |
rvtsetparamstr | Set Parameter Value String. |
rvtselfilt | Creates a sample of a Selection Filter code implementing ISelectionFilter interface. |
rvtgetsel | Gets the elements in the model. |
rvtpickelms | Creates a selection of elements in the model. |
rvttrans | Creates a sample of a Transaction code. |
Closed issues:
#1 - Added a License;
#2 - Added imports to the code snippets.