Skip to content

Releases: mayconrfreitas/RevitAPISnippets

v1.0.0

13 Jun 19:23
Compare
Choose a tag to compare

First release

List of available code snippets:

Command Description
Added rvtiexcom Creates a sample of a IExternal Command implemented with the main codes.
Added rvtallinstcat Collects all instances in the project by the builtin category.
Added rvtalltypescat Collects all element types in the project by the builtin category.
Added rvtgetparamdoub Gets a parameter value as a double.
Added rvtgetparamelmid Gets a parameter value as an ElementId.
Added rvtgetparamint Gets a parameter value as an integer.
Added rvtgetparamstr Get Parameter Value As String.
Added rvtgetparamvalstr Get Parameter Value As Value String.
Added rvtsetparam Set Parameter Value.
Added rvtsetparamstr Set Parameter Value String.
Added rvtselfilt Creates a sample of a Selection Filter code implementing ISelectionFilter interface.
Added rvtgetsel Gets the elements in the model.
Added rvtpickelms Creates a selection of elements in the model.
Added rvttrans Creates a sample of a Transaction code.

Closed issues:

#1 - Added a License;
#2 - Added imports to the code snippets.