Aerial river delta
Developer Preview

Engineering files, made programmable.

Rine gives software and AI products APIs to extract, normalize, convert and work with engineering files.

Early access pre-release • Active API development

The Problem

Engineering software keeps rebuilding the same file infrastructure.

Parsing. Format conversion. Geometry extraction. Rendering. Normalization. Document understanding. Version-specific edge cases.

Rine turns that infrastructure into an API layer.

Workflow

How Rine works

Ingest & Detect

Upload STEP, IGES, DWG, DXF, IFC, or Parasolid files. Rine automatically resolves file versions, corrupt geometries, and proprietary headers.

Extract Topology & Geometry

Isolate B-Rep solids, surface meshes, layer hierarchies, annotations, GD&T, and assembly trees into clean, unified schemas.

Convert & Render

Generate lightweight web representations (glTF, USDZ, SVG) and deterministic renders with sub-millimeter geometric accuracy.

Program & Automate

Inspect assembly structures, compute bounding volumes, and feed clean geometric tokens directly into AI agents via REST and Python SDK.

Aerial landscape
CAD_PIPELINE.TS
1async function processCadAssembly(file: CADAsset) {
2const model = await rine.parse(file, { tolerance: 0.001 });
3
4return model.solids.map(solid => ({
5partId: solid.id,
6bRep: solid.extractTopology(),
7volumeMm3: solid.computeVolume()
8}));
9}
Serene landscape

From raw geometry to production-ready APIs.Rine automates the extraction, normalization, and conversion of complex engineering files.

Available today

La Vinci Developer Preview

Build against Rine's first live engineering-file API.

input

Inputs

DWGDXFDWT

Native CAD binary, exchange, and template formats supported out-of-the-box.

output

Outputs

Structured Rine IR
Vector PDF / SVG / DXF
PNG / JPEG / WebP

Deterministic geometry representations and web-ready renderings.

api

APIs

Extract structured data from DWG files
Convert CAD files into downstream outputs
Receive parsing diagnostics & warnings
Who Rine is for

Built for teams creating software for engineering-heavy industries.

memory

AI engineering products

Feed clean topological data and parsed hierarchies directly into reasoning agents.

architecture

AEC software

Process complex BIM models, floor plans, and architectural metadata.

precision_manufacturing

Manufacturing software

Extract GD&T, tooling annotations, and exact B-Rep geometries for CAM systems.

factory

Industrial automation

Unify proprietary formats from across the supply chain into standard workflows.

rocket_launch

Aerospace & automotive tooling

Handle massive assembly trees and sub-millimeter tolerances effortlessly.

electric_bolt

Energy & infrastructure software

Parse legacy CAD files to modernize structural and electrical grids.

Build your product.
Don't rebuild the file layer.

Your product should own the workflow your customers care about.
Rine can own the engineering-file infrastructure underneath it.

Aerial river horseshoe
For teams with a specific file workflow

Working with an engineering format, document workflow or extraction problem we don't support yet?

Talk to us. We're working directly with software teams on new Rine capabilities.

Talk to Rine