📄️ Tutorial 1: Hello Revit
Your first Paracore script! Learn the basic structure, the Params class, and how to print output to the console.
📄️ Tutorial 2: Hello Wall
Create your first Revit element! Learn about Automatic Lists (Paracore's superpower), transactions, and how to create a wall.
📄️ Tutorial 3: Parametric Floor
Build on your geometry skills by creating a floor with user-defined dimensions, using Automatic Discovery to handle the heavy lifting.
📄️ Tutorial 4: Element Selection
Learn how to let the user "Pick" elements from the model, using Paracore's Strongly Typed Selection to safely get exactly what you need.
📄️ Tutorial 5: Multi-File Scripts
Organize complex logic across multiple files for better maintainability.