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 recomm.
Installation Steps
Purchase
Download Installer
Run Installer
Restart Revit
Activate
Follow these 5 simple steps. The installer handles all file placement automatically.
No manual file copying required.
API Reference
For developers integrating with Constructive tools
Plugin Integration
Constructive plugins expose a comprehensive API for custom automation workflows. Automate your entire pipeline with few lines of code.
using Constructive.AutoSprinkler;
// Initialize Automation
var sprinkler = new SprinklerPlacer();
// Execute Auto-Placement
sprinkler.PlaceInRoom(room, "NFPA13");
// Run Clash-Free Routing
sprinkler.RoutePipes(); Key Component Methods
PlaceInRoom(room, standard) void Automatically places sprinklers based on room geometry and selected standard (NFPA/EN).
RoutePipes() Result Intelligent pipe routing using A* algorithm with real-time clash detection.
Full Documentation
Available in developer portal.
Troubleshooting
Common issues and quick solutions
Plugin Not Appearing
Plugin doesn't show in Revit Add-Ins tab.
Activation Failed
Unable to activate plugin license.
Performance Issues
Plugin runs slowly or causes Revit to lag.
Our support team is ready to assist you. Reach out via email.
Contact Support