1. Get started
From sign-up to your first project. About five minutes, no credit card.
Sign up
- Open app.bimly.net/en/signup.
- Enter a display name, email, and password → Create account.
- A verification email arrives from
noreply@bimly.net. Open the link to activate sign-in.
Workspaces and projects
Your first sign-in auto-creates a workspace named after you. Workspace = team-level container, project = one building / case. The Free plan allows 5 projects per workspace.
- Click your workspace name (top left) → + New Project.
- Enter a name, default language (ja / en), and an optional code.
- You'll land on the project detail page — start by importing IFC, or jump straight to plan-view drawing.
Roles and permissions
Members are one of Owner / Admin / Editor / Reviewer / Viewer. Editor+ can create and edit elements, Reviewer+ can comment on issues, Viewer is read-only. Invite from the workspace's Members tab.
2. The 3D viewer
The first thing you see when you open a project. Orbit, select, inspect — the basics.
Camera controls
- Left drag — orbit
- Right drag or Shift + left drag — pan
- Mouse wheel — zoom
- Double-click — focus on the picked element
Selection
Click an element → the right-side property panel opens. You'll see Psets (property sets), quantities, and relationships (e.g. openings hosted by a wall).
Storey switching
Use the storey dropdown (top-left) to flip between "all storeys" and a single storey. Single-storey mode acts like a cross-section — useful when something is hidden behind walls.
Section / clipping
The Section icon (top-right) toggles X/Y/Z clipping planes. Drag the slider to move the cut and peek inside.
Switch to plan view
Next to the 3D tab there's a "Plan view" tab — that's where the drawing tools (next section) live.
3. Modeling (plan view)
Draw walls, slabs, columns, beams, roofs, stairs, and grids in plan view. Every change goes through the operation pipeline, so Undo/Redo always works.
Common controls
- Left-click to drop a point. Esc cancels the current tool.
- Snapping applies in this priority: endpoint → grid axis → 500 mm base grid.
- After geometry input, a dialog asks for parameters (thickness, height, etc.) → confirm.
- Undo: Ctrl/⌘ + Z · Redo: Ctrl/⌘ + Shift + Z
Grids first
Lay axis grids first — drawing snaps to them, which keeps things aligned.
- Pick the Grid tool from the left toolbar.
- Choose the X-axis or Y-axis, click a position in plan view.
- Name it (X1, Y1…) and confirm.
Walls
- Pick the Wall tool.
- Click the start, then the end.
- In the dialog: thickness (mm), height (mm), parent storey.
Slabs
- Pick the Slab tool.
- Click 3+ vertices to outline the polygon → double-click or Enter to close it.
- Set thickness and parent storey.
Columns
- Pick the Column tool.
- Choose the cross-section: rectangular / circular / H-section.
- Click to place → enter section dimensions, height, parent storey.
Beams
Click start, then end → choose section (same three types) and dimensions.
Roofs and stairs
Roofs use the same polygon input as slabs (currently flat only — pitched roofs are roadmap v3). Stairs take a start, an end, then number of treads + tread thickness.
Editing
Existing elements have draggable endpoints in plan view. Properties are edited in the right-side panel (next section).
4. Property editing
Select an element → the right panel lets you edit Psets and quantities directly.
Panel structure
- Identity — name, description, GlobalId
- Property Sets — Pset_WallCommon, Pset_SlabCommon, etc., plus any project-specific Psets
- Quantities — auto-derived volume, area, length, …
- Relationships — parent storey, hosted openings/doors/windows
Editing values
- Click a row → inline edit mode.
- Type → Enter to confirm, Esc to cancel.
- The Save button appears top-right — you have to click it for the change to land (think of it as commit).
Custom Psets
Project Settings → Property Definitions. Add a custom property with a type (text / number / boolean / select) and it'll appear as a new editable row in the panel.
5. Validation
Catch missing required properties, out-of-range numbers, and equality mismatches. Built-in checks plus your own rules.
Built-in checks
Active by default:
- Wall
Pset_WallCommon.IsExternalnot set - Slab
Pset_SlabCommon.LoadBearingnot set - Property values out of declared range (e.g. negative thickness)
Adding custom rules
- Open Validation Rules from the left nav.
- + New Rule → choose a kind:
- property_required — the property must exist
- property_range — min / max bounds
- property_equals — must match a specific value
- Filter by element type (Wall / Slab / Column / all elements).
- Write the violation message (translation keys supported for ja/en).
- Save → click Run Validation to re-check.
Reading results
The right panel's Validation tab lists violations. Click any row to focus the offending element in 3D.
6. Issues + viewpoints
Pin an issue to an element and save the camera position with it. Send a link, the recipient lands on the same shot.
Creating an issue
- Frame the camera the way you want it.
- Click the relevant element → 📌 Issue at this view (top-right).
- Enter title, body, priority (low/medium/high), status (open/in-progress/resolved).
- Confirm. The issue lands in the project's Issues list with the camera + selection captured.
Sharing / opening an issue
Click an issue row → the view restores: camera + selected element. The URL pattern is /projects/:id/viewer?viewpoint=<id>; send that link and the recipient opens at exactly the same angle (combine with a share link below for no-login access).
Comments
Issue detail has a comment thread. Reviewer+ roles can post. Comments are timestamped, status changes are recorded as part of the history.
8. IFC export
Whether you imported IFC and edited it, or built a model from scratch, you can write it out as IFC 4.3 — round-trip with Revit / ArchiCAD or any IFC-aware tool.
Exporting
- Project detail → Export IFC button (top-right).
- Server queues an IFC 4.3 export job → progress shows in the notifications bell. Typically 5–30s depending on element count.
- When done, click Download — you get a
.ifcfile locally.
Supported entities
Currently emitted in the IFC 4.3 stream:
- IfcSite / IfcBuilding / IfcBuildingStorey
- IfcWallStandardCase + IfcOpeningElement (wall openings)
- IfcSlab
- IfcColumn (rectangular / circular / H-section)
- IfcBeam (same three sections)
- IfcDoor / IfcWindow (hosted on wall openings)
- IfcRoof / IfcStair
- IfcSpace / IfcGrid
A typical round-trip
- Build a model in ArchiCAD → export as IFC.
- Import into Bimly. Edit properties or make small modeling tweaks.
- Run Validation — fix anything flagged.
- Share a link with external reviewers; collect issues with viewpoints.
- Apply the fixes in Bimly → export to IFC 4.3 → re-import in ArchiCAD.