Master Your Tools.
Everything you need to get the most out of Constructive plugins.
Installation Guide
System requirements and installation steps for all plugins
System Requirements
Windows 10/11 (64-bit)
Revit 2020 or later
8GB minimum, 16GB recommended
Installation Steps
- 1Purchase Plugin
Complete your purchase through our secure checkout system.
- 2Receive Activation Code via Email
After successful payment, you'll receive an email containing your unique activation code for each purchased plugin.
- 3Install Plugin
Download the plugin file from the email and copy it to
%APPDATA%\Autodesk\Revit\Addins\folder. - 4Restart Revit
Close and reopen Revit. The plugin will appear in the Add-Ins tab.
- 5Enter Activation Code
Open the plugin from Add-Ins tab and enter the activation code you received via email to activate full features.
If you encounter any issues during installation, check our troubleshooting guide or contact support at info@simplebim.store
API Reference
For developers integrating with Constructive tools
Plugin Integration
Constructive plugins expose a comprehensive API for custom automation workflows. All plugins follow a consistent interface pattern.
using Constructive.AutoSprinkler;
var sprinkler = new SprinklerPlacer();
sprinkler.PlaceInRoom(room, "NFPA13");
sprinkler.RoutePipes(); Key Methods
PlaceInRoom() Automatically places sprinklers based on room geometry and selected standard.
RoutePipes() Intelligent pipe routing with clash detection and optimization.
Validate() Validates placement against building codes and standards.
Complete API reference with examples available in our developer portal. Contact us for access.
Troubleshooting
Common issues and quick solutions
Plugin Not Appearing
Plugin doesn't show in Revit Add-Ins tab.
- Verify .addin file is in correct folder
- Check Revit version compatibility
- Restart Revit completely
License Activation Failed
Unable to activate plugin license.
- Verify internet connection
- Check license key format
- Contact support if issue persists
Performance Issues
Plugin runs slowly or causes Revit to lag.
- Close unnecessary Revit views
- Update to latest plugin version
- Check system resources
Our support team is ready to assist you. Reach out via email or check our knowledge base.
Contact Support