5n1designs · 3D CAD Solutions & Automation

CAD tools that do
the tedious work for you.

5n1designs builds professional Autodesk Inventor add-ins, custom iLogic automation, and browser-based engineering tools — drawn from real fabrication-floor workflows and 26 years of hands-on mechanical design. If it's repetitive, it can be automated.

0
Years Design Experience
0+
Tools & Add-ins Shipped
0+
Production iLogic Rules
0
Browser Engineering Tools
What I Do

Automation for people who build real things.

Three ways I take the grind out of engineering work — compiled Inventor add-ins, custom iLogic rules, and standalone engineering web tools. All grounded in the same place: years spent designing tanks, skids, pipe spools, and pressure equipment, then automating the parts that shouldn't take an engineer's time.

🧩

Inventor Add-ins

Compiled, native-feeling ribbon add-ins for Autodesk Inventor — assembly organization, one-minute hose modeling, smart templates. Professional tools that look and feel like part of Inventor.

⚙️

iLogic Automation

A library of 36+ production iLogic rules for colorizing, weight reporting, batch export, data cards, and parametric modeling — plus custom rules written to your standards and workflow.

🌐

Engineering Web Apps

Zero-install browser tools for the calculations and references engineers reach for daily — bolt stack-ups, thread data, span checks, conversions, color libraries, and more.

🛠️

Custom Work

Have a repetitive task that eats hours? I build custom iLogic rules and compiled add-ins around your exact process — scoped, delivered, and supported.

The hard part was never the code. It's knowing what to build — which step to automate, what the output has to be, and where it breaks on the shop floor. Twenty-six years of design tells me that. The iLogic rule, the add-in, the web app are just the tools that make the automation happen.
Inventor Add-ins

Compiled add-ins, built from real jobs.

Professional Autodesk Inventor add-in development — native ribbon tools that attack the biggest time sinks on a fabrication floor. Here are three of the flagships; the full suite runs deeper.

Shipping Now

Assembly Group Manager

Organize the chaos — without breaking your assembly.

A docked panel that turns a flat, hundred-part assembly into color-coded groups, drawing-ready sub-assemblies, and color-matched bills of material — while every constraint stays editable at the top level. Organization becomes a layer on top of your model, never a restructuring of it.

  • Flat stays flat. Every part stays a top-level occurrence — constrain anything to anything.
  • A real color system. CRF, RAL Classic, and unlimited client brand colors in one searchable picker.
  • Color-matched BOMs exported to branded Excel and self-contained HTML with thumbnails.
  • Live auto-sync. Add, delete, or rename a part — the panel keeps up on its own.
Ask for a Demo
Group Manager · Docked Panel
📦 Skid Frame Assembly38 parts · 2,140 lb
Main Rails12 parts · 980 lb
Cross Members16 parts · 760 lb
Lifting Lugs10 parts · 400 lb
🗂️ Pump Suction Spool22 parts · 310 lb
🗂️ Discharge Manifold — RAL 302031 parts · 525 lb
Groups, assemblies, live weights — zero restructuring
Shipping Now

HoseBuilder

Skip the routing environment for one-off hoses.

A lightweight add-in that generates custom fabricated hoses — hydraulic, pneumatic, fluid, wire looms — from two picked fittings and optional guide points. A 20–40 minute manual hose build collapses to about one minute of clicks, and the output is a plain parametric .ipt at the top of your assembly. No Routed Systems, no Professional license.

  • 3 clicks for a simple hose. Any circular edge is a valid endpoint — no authoring prep.
  • Live parametric. OD, wall thickness, and end offsets stay editable; geometry regenerates.
  • Edit mode. Re-pick an existing hose to revise in place — filename, drawings, and BOMs intact.
  • BOM-friendly output. Each hose is a discrete standard part — no proprietary data.
Ask for a Demo
HoseBuilder · Time on Task
20–40 min
Manual Build
~1 min
With HoseBuilder
  • 1Pick fitting one — any circular edge
  • 2Pick fitting two — add guide points if routed
  • 3Done. Parametric .ipt lands in the assembly
Works on Inventor Standard — no Pro license required
In Development

The Smart Template Ecosystem

Click, don't type.

Structural and piping smart templates fused into one connected, IP-protected modeling experience. Click two references — the system measures, infers connections, sets sizes from neighbors, generates standards-compliant identifiers, and writes the part. ASME and AISC standards are baked in; your company's conventions are encoded once and applied everywhere.

  • Four modes, one form. Place, Edit, Match, Measure — the whole surface is a click sequence.
  • Two families. Piping (pipe, flange, elbow, tee, reducer) and structural (beam, channel, angle, bar, tubing).
  • Standards baked in. ASME B36.10/19, B16.5/16.9, and AISC shapes.
  • BOMs that can't lie. The BOM reads measured geometry, so even sloppy edits report correctly.
Follow the Development
Four Modes · One Experience
Place

"I want one of these here." Pick a template, it lands auto-numbered and ready.

Edit

"Change this one." Click any component; its form opens pre-filled.

Match

"Make this match that." Pick target, pick source — sizes copy instantly.

Measure

"This goes from here to here." Two picks, deductions applied, length written.

Multiple templates · 4 modes · one framework

And a deeper toolbox behind them.

Beyond the flagships, 5n1designs has produced a growing suite of Inventor and AutoCAD add-ins and utilities — each born from a specific bottleneck on a real project. A sampling:

5n1 DXF Exporter Weight Report Panel Spool Manager Bolt Stack-Up Tool Smart Pipe Templates Excel Export Content Center Family Grid Sheet-Metal From Solid Browser Colorizer Bolting Options Tool AutoCAD Cleanup Add-in Claude AI Helper for Inventor

Your engineering IP stays protected.

A shared iLogic .iLogicVb file hands over your full source code — one forward and the know-how walks out the door. 5n1designs add-ins ship as compiled, obfuscated .dlls: the lookup tables, feature math, and naming logic live behind a license check, native to the Inventor ribbon.

iLogic Automation

Rules that model, report, and export for you.

Before an add-in earns its place, the logic gets proven as iLogic on real parts and assemblies. The library runs 36+ production rules deep — and I write custom iLogic rules to your standards on request.

  • Browser-folder colorizing — instant visual organization of large assemblies for the shop.
  • Weight & mass reporting — live roll-ups that stay in step with the model.
  • Batch DXF / PDF export — release-ready flat patterns and drawings in one pass.
  • Component data cards — consistent iProperties and part numbering, filled automatically.
  • Parametric builders — hoses, pipe templates, and Excel-driven configurable assemblies.
  • Template systems — single-part and assembly frameworks that enforce your conventions.

Proven in production on tank, skid, pipe-spool, refractory, and pressure-equipment work — the same automation that cut a subsea jumper turnaround from 3 weeks to 3 hours.

Select Total Length And Weight · v1.04 (excerpt)
' Selection-based totals, grouped by stock number —
' select parts (or whole sub-assemblies), then run
For Each selectedObj As Object In oSelSet
    Dim occ As ComponentOccurrence = TryCast(selectedObj, ComponentOccurrence)
    If occ IsNot Nothing Then
        ' Recursive scope: assemblies contribute their leaf parts
        If occ.DefinitionDocumentType = DocumentTypeEnum.kAssemblyDocumentObject Then
            AddAllLeafOccurrences(occ, componentsToProcess)
        Else
            componentsToProcess.Add(occ)
        End If
    End If
Next

If calcType = "Total Linear Feet" Then
    fullReport = CalculateLengthGroupedByStock(componentsToProcess, LENGTH_PARAMETER_NAME, useVerticalFormat)
Else
    fullReport = CalculateWeightWithDetails(componentsToProcess, useVerticalFormat)
End If

MsgBox(fullReport, , "Calculation Result")
Engineering Web Apps

Zero-install tools for the daily math.

Self-contained browser tools — calculators, references, and visualizers built for the numbers engineers reach for every day. Each one is a single, offline-capable page.

🔒 Showcase only — these run privately; source isn't distributed publicly.
The Team Behind 5n1designs

26 years on the design floor.

5n1designs is built on 26 years of hands-on design engineering. Every tool here comes from a problem we hit ourselves, designing tanks, skids, pipe spools, and pressure equipment across the energy and industrial space.

That depth is the point: we know what needs to be built because we've done the work by hand — and built the automation that follows the design need, from iLogic rules to compiled add-ins.

A selection of design experience:

26+
Years mechanical design
8+
Language stacks delivered
Vertical Storage Tanks

iLogic-driven Inventor workflows for concrete foundations, rebar, precast walls, and welded tank & platform assemblies — automating repetitive configuration work.

Fire Suppression Systems

Cabinet- and skid-mounted equipment with full pipe routing and bundled spool layouts; modeled from LiDAR as-built scans.

Refractory Systems

Concept-to-final design of kilns and furnaces — structures, catwalks, ductwork, gas lines — with single-part and assembly iLogic template systems.

Pressure Equipment

3D product modeling in Inventor with product renders and animation in MODO & Cinema 4D.

Subsea Structures

iLogic automation for subsea jumper design — configurable length, height, and connection options — cutting turnaround from 3 weeks to 3 hours.

Water-Jetting & Machined Components

Water-jetting components and custom machined parts; built iLogic templates, Excel-driven models, and custom Content Center components.

Well Stimulation Equipment

Design of FRACs, hydrators, and cementers, with Content Center standardization and iLogic automation throughout.

Toolbox

How it gets built.

Languages & Stacks

C# / .NET, VB.NET (iLogic), Python, JavaScript / Node.js, PowerShell, AutoLISP, HTML / CSS.

CAD APIs & Platforms

Autodesk Inventor API (COM + .NET add-ins), AutoCAD .NET API, Vault SDK, iLogic, Content Center, Plant 3D.

APIs & Integration

REST and SDK integrations, secure API-proxy patterns, and LLM/vision features embedded into tools — like the Claude-powered Inventor helper.

Web & Front-End

Node.js / Express, WPF / WinForms, WebView2, Three.js, Canvas, SQLite, single-file self-contained apps.

Design Domain

LiDAR / as-built modeling, parametric automation, spool & pipe routing, sheet-metal & DXF release, Excel-driven assemblies.

How I Work

Product ownership end-to-end — requirements, architecture, UX, testing, deployment — shipping production software solo.

Got a workflow worth automating?

Whether you want one of the add-ins, a custom iLogic rule set built to your standards, or a tool that doesn't exist yet — tell me about the task that eats your hours, and I'll show you where they come back.