Search

2space

11 min read 0 views
2space

Introduction

2Space is a cloud‑based collaborative platform that supports the design, visualization, and manipulation of three‑dimensional models across multiple disciplines. The system is engineered to facilitate real‑time interaction among architects, engineers, contractors, and clients, enabling stakeholders to review, edit, and annotate designs from any device with an Internet connection. By combining features from virtual reality, augmented reality, and traditional desktop applications, 2Space aims to streamline the product development cycle and reduce the time required to transition from concept to construction.

The core philosophy behind 2Space is the elimination of silos in the design process. Traditional workflows often involve the exchange of large files between separate CAD packages, leading to version control challenges and costly rework. 2Space addresses these issues by centralizing all model data within a single, persistent environment. The platform provides a persistent, versioned repository that automatically records changes, supports branching, and allows roll‑back to earlier states. This level of control is particularly valuable in construction information modelling (BIM) projects, where changes to a design can have cascading effects on cost, schedule, and safety.

In addition to its collaboration capabilities, 2Space offers a robust set of tools for data analytics, performance simulation, and automated reporting. By exposing design intent through a consistent set of metadata, the platform enables downstream processes - such as quantity take‑offs, cost estimation, and clash detection - to be performed with minimal manual intervention. As a result, organizations that adopt 2Space often report higher accuracy in project budgets, reduced lead times, and improved stakeholder satisfaction.

History and Development

Origins

The concept of 2Space emerged from a joint initiative between a small German startup specializing in 3D visualization and a multinational engineering firm seeking to improve its internal collaboration processes. In 2013, the founders identified a recurring bottleneck: the transfer of 3D models between desktop applications and cloud‑based services was time‑consuming and error‑prone. Their goal was to create a lightweight, web‑native environment that could host full‑fidelity models while remaining accessible to non‑technical users.

Early Prototypes

Initial prototypes were developed using WebGL for rendering and a lightweight Node.js server for data management. These early versions were tested internally within the engineering firm, focusing on basic viewing and annotation features. Feedback from the pilot highlighted the need for more advanced editing tools and tighter integration with existing BIM software such as Autodesk Revit and Bentley MicroStation.

Public Release

The first public beta of 2Space was released in 2016 under the name “2Space Explorer.” The beta version included real‑time view‑only access, basic annotation, and a simple API for uploading models. Despite its limited feature set, the platform quickly attracted interest from architectural firms looking to prototype collaborative workflows.

Enterprise Edition

In 2018, the company introduced 2Space Enterprise, a feature‑rich version designed for large organizations. Key additions included multi‑user editing, model versioning, permission management, and advanced simulation tools. 2Space Enterprise also introduced an SDK that allowed third‑party developers to build custom extensions using JavaScript and a set of RESTful endpoints.

Integration with Virtual and Augmented Reality

Recognizing the growing importance of immersive technologies, 2Space added support for VR headsets such as Oculus Rift and HTC Vive in 2020. The platform also released an AR module that enabled the overlay of BIM models onto physical construction sites via mobile devices. These additions were driven by the need for on‑site decision making and accelerated clash detection.

Recent Developments

In 2022, 2Space introduced a machine‑learning module that could automatically identify potential clashes and suggest mitigation strategies. The platform also expanded its data analytics capabilities, providing real‑time cost and schedule forecasts based on model changes. 2023 saw the launch of a cloud‑native data lake that allows for large‑scale aggregation of project data across an organization, facilitating enterprise‑wide reporting and benchmarking.

Architecture and Technology

System Overview

2Space operates on a multi‑tier architecture comprising the following components:

  • Client Layer: Web and mobile browsers that render models using WebGL, as well as VR/AR headsets supported by the WebXR API.
  • Application Server: Node.js‑based services that handle authentication, authorization, and API requests.
  • Data Store: A combination of PostgreSQL for relational data and Amazon S3 for object storage of large 3D model files.
  • Rendering Engine: A custom engine that translates proprietary 3D formats into the glTF standard for efficient streaming.
  • Analytics Service: A Python‑based microservice that runs simulation workloads and machine‑learning inference.
  • Integration Hub: An API gateway that provides connectors to external BIM tools, ERP systems, and project management platforms.

Model Format and Conversion

While 2Space accepts a wide variety of CAD file formats - including IFC, Revit, SketchUp, and DWG - the platform converts these into glTF for rendering. glTF’s binary format reduces bandwidth requirements and improves load times. For models that contain complex materials or nested assemblies, 2Space preserves hierarchy metadata and creates a lightweight index that enables efficient traversal during editing.

Real‑Time Collaboration

Real‑time collaboration is achieved through WebSocket connections that broadcast incremental changes to all connected clients. When a user modifies an element, the system propagates a delta that contains only the affected geometry and metadata. The receiving clients apply the delta locally, ensuring minimal lag even over high‑latency networks. Conflict resolution is handled through a “last writer wins” strategy augmented by lock‑management to prevent simultaneous edits on the same element.

Security and Compliance

Data security is enforced at multiple levels. All communication is encrypted using TLS 1.3. User identities are managed via OAuth 2.0, and role‑based access control ensures that only authorized personnel can view or edit sensitive parts of a model. The platform also complies with ISO/IEC 27001 and GDPR, providing audit logs and data residency options for multinational clients.

Extensibility

2Space exposes a comprehensive RESTful API that allows developers to create custom extensions. The API covers model operations, annotation management, user authentication, and analytics retrieval. SDKs in JavaScript and Python are available to simplify integration, and the platform supports custom plugins that can be installed on the server or client side.

Key Features

Model Management

2Space provides a persistent repository that stores all revisions of a model. Each change is stored as a new commit, and users can view the commit history, compare differences, and revert to previous states. The platform also supports branching, allowing multiple concurrent design streams without interference.

Annotation and Collaboration Tools

Stakeholders can add comments, drawings, and markups directly onto the model. Annotations can be color‑coded, linked to specific elements, and filtered by category. The system also supports threaded discussions, enabling contextual conversations that remain attached to the model view.

Simulation and Analysis

The analytics service runs a variety of simulation workloads, including:

  • Structural analysis via integration with third‑party solvers.
  • Energy efficiency simulations using simplified thermal models.
  • Lighting analysis leveraging GPU‑accelerated ray‑tracing.
  • Clash detection that identifies conflicts between mechanical, electrical, and structural components.

Results are visualized within the 2Space interface and can be exported as reports.

Virtual and Augmented Reality Support

Users can enter a VR session to walk through the model in real time, making changes with hand controllers. The AR module allows the overlay of BIM models onto a physical site via smartphone or tablet, providing a powerful tool for construction site validation and safety checks.

Integration with BIM and CAD Ecosystems

2Space offers native import/export capabilities for major BIM formats. It also supports live connections to Revit and AutoCAD via plugins, enabling real‑time data exchange. Additionally, the integration hub allows the platform to push and pull data to ERP systems, project management tools, and cost estimation software.

Analytics Dashboard

The platform includes a customizable dashboard that aggregates key performance indicators such as cost estimates, schedule adherence, and clash frequency. Users can create custom widgets and share them with team members or external stakeholders.

Applications

Architecture, Engineering, and Construction (AEC)

2Space is widely used in the AEC industry for:

  • Design reviews and stakeholder presentations.
  • Concurrent engineering with multidisciplinary teams.
  • Construction sequencing and logistics planning.
  • Post‑construction analysis and facility management.

Manufacturing

Manufacturers employ 2Space to manage complex product geometry and to collaborate on design iterations between design engineers and production planners. The platform’s ability to handle high‑resolution meshes and to run simulations such as finite element analysis makes it suitable for advanced manufacturing workflows.

Education

Educational institutions incorporate 2Space into curricula that focus on digital design, BIM, and VR. The platform’s web‑based nature allows students to access shared models without the need for expensive software licenses.

Urban Planning

City planners use 2Space to visualize zoning proposals, overlay infrastructure data, and conduct stakeholder workshops. The platform’s GIS integration enables the import of spatial data layers, facilitating comprehensive analysis of urban environments.

Healthcare

In medical facility design, 2Space supports the integration of building models with spatial planning for equipment placement, sterilization pathways, and patient flow analysis. The platform’s annotation tools help in coordinating between architects, clinicians, and contractors.

Adoption and Use Cases

Global Construction Firm A

After adopting 2Space, the firm reduced design‑to‑construction time by 15%. Real‑time clash detection identified 30% more conflicts before construction began, saving an estimated €2 million in rework costs.

European Architecture Studio B

Studio B integrated 2Space into its design process to manage a portfolio of 50 concurrent projects. The platform’s branching feature allowed the studio to maintain parallel design streams without manual file management, improving workflow efficiency by 25%.

Asian Manufacturing Company C

Company C used 2Space to coordinate the design of a new production line. By running finite element analysis within the platform, the company identified potential structural weaknesses early, avoiding costly redesigns during construction.

Municipality D

Municipality D utilized 2Space for a public engagement project that involved overlaying proposed building footprints onto a live map. Residents could view 3D visualizations and submit feedback directly within the platform, resulting in a 40% increase in public participation compared to previous projects.

Integration with Existing Workflows

Plug‑Ins for Revit and AutoCAD

2Space offers official plugins that synchronize Revit and AutoCAD models with the cloud repository. These plugins support two‑way updates, allowing changes made in either environment to propagate automatically.

Data Import/Export Standards

The platform adheres to Industry Foundation Classes (IFC) for interoperability. Export options include IFC 4x3, BIM 360, and native 2Space format, ensuring compatibility with a broad spectrum of downstream tools.

Project Management Integration

2Space can be linked to project management tools such as Microsoft Project and Primavera via the integration hub. This connectivity enables automatic updates of task statuses based on model milestones.

Enterprise Resource Planning (ERP)

Through the integration hub, 2Space can push material quantities and cost data into ERP systems like SAP and Oracle, streamlining procurement and budgeting processes.

Industry Impact

Standardization Efforts

2Space has been involved in several standardization committees, contributing to the development of open data exchange protocols for BIM. Its participation has helped shape best practices for model synchronization and version control.

Education and Training

The platform’s low barrier to entry has made it a popular tool in university courses that cover digital design, BIM, and virtual reality. By providing real‑world collaboration scenarios, 2Space bridges the gap between academic theory and industry practice.

Accelerated Design Cycles

Companies that use 2Space report faster turnaround times for design reviews and stakeholder approvals. The ability to share live models online reduces the need for printed drawings and in‑person meetings.

Cost Savings

Multiple case studies indicate that 2Space’s integrated clash detection and simulation capabilities can reduce construction costs by up to 20% in complex projects. Early identification of design conflicts and simulation‑based decision making are key drivers of these savings.

Critiques and Limitations

Learning Curve for Complex Features

While basic usage is intuitive, advanced features such as the machine‑learning module require a deeper understanding of data science principles. Some users report a steep learning curve for full utilization of these capabilities.

Performance on Extremely Large Models

For projects exceeding 2 million elements, performance can degrade if the client’s network bandwidth is limited. Although the delta streaming reduces load, the initial model download remains bandwidth intensive.

Plugin Compatibility

Some legacy CAD plugins are not fully compatible with the 2Space plugin architecture, leading to occasional data loss during synchronization. The platform is actively addressing these issues through regular updates.

Limited Real‑Time Simulation

While 2Space supports several simulation types, real‑time structural analysis remains limited to simplified models. For high‑fidelity analysis, users must still rely on external solvers.

Future Directions

Fully Decentralized Collaboration

2Space is exploring blockchain‑based version control to further enhance trust and auditability. This approach could eliminate the need for a central authority in certain collaborative scenarios.

Expanded AI Capabilities

Future releases aim to incorporate generative design tools powered by deep learning, enabling the platform to propose alternative design solutions automatically based on performance goals.

Enhanced GIS Integration

The platform plans to support GeoJSON and other spatial data formats natively, allowing for more robust urban‑scale modeling and analysis.

Hybrid Cloud Deployment

2Space is developing a hybrid deployment model that enables on‑premises servers to co‑operate with cloud instances. This flexibility is intended to serve highly regulated industries with strict data sovereignty requirements.

Conclusion

2Space has evolved from a simple web‑based viewer into a comprehensive platform that supports the entire lifecycle of 3D model‑centric projects. Its robust architecture, extensive feature set, and industry‑ready integrations have positioned it as a key enabler for modern digital workflows across AEC, manufacturing, education, and beyond. Despite some limitations in handling extremely large models and complex simulations, 2Space’s continuous innovation - particularly in real‑time collaboration, security, and AI - ensures that it remains a significant player in the evolving landscape of digital design and collaboration tools.

Was this helpful?

Share this article

See Also

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!