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

Operating System

Windows 10/11 (64-bit)

Revit Version

Revit 2020 or later

RAM

8GB minimum, 16GB recommended

Installation Steps

  1. 1
    Purchase Plugin

    Complete your purchase through our secure checkout system.

  2. 2
    Receive Activation Code via Email

    After successful payment, you'll receive an email containing your unique activation code for each purchased plugin.

  3. 3
    Install Plugin

    Download the plugin file from the email and copy it to %APPDATA%\Autodesk\Revit\Addins\ folder.

  4. 4
    Restart Revit

    Close and reopen Revit. The plugin will appear in the Add-Ins tab.

  5. 5
    Enter Activation Code

    Open the plugin from Add-Ins tab and enter the activation code you received via email to activate full features.

Need Help?

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.

Full Documentation

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.

Solution:
  • Verify .addin file is in correct folder
  • Check Revit version compatibility
  • Restart Revit completely

License Activation Failed

Unable to activate plugin license.

Solution:
  • Verify internet connection
  • Check license key format
  • Contact support if issue persists

Performance Issues

Plugin runs slowly or causes Revit to lag.

Solution:
  • Close unnecessary Revit views
  • Update to latest plugin version
  • Check system resources
Still Need Help?

Our support team is ready to assist you. Reach out via email or check our knowledge base.

Contact Support