-
Notifications
You must be signed in to change notification settings - Fork 610
Wishlist IfcOpenShell
Ruben de Laat edited this page Jun 8, 2017
·
1 revision
At the moment IfcOpenShell generates geometry per IfcProduct (from a BIMserver perspective). When for example an IfcWall is made from different materials (but not semantically modelled that way using assemblies), the different layers can have their own colors, but they won't be recognizable as different layers in the viewer.
In order to have:
- Low/manageable memory usage
- Simultaneous Multi-core computation
BIMserver now splits the original IFC file in smaller IFC files, data that is not relevant for geometry generation is omitted (for example property sets). This is now done on an IfcProduct level (usually 10 at-a-time). For objects that reuse geometry and that have
Get Started
- Quick Guide
- Requirements Version 1.2
- Requirements Version 1.3
- Requirements Version 1.4
- Requirements Version 1.4 > 2015-09-12
- Requirements Version 1.5
- Download
- JAR Starter
- Setup
Deployment
- Ubuntu installation 1.3
- Windows installation
- Security
- Memory Usage
- More memory
- Performance statistics
- Large databases
Developers
- Service Interfaces
- Common functions
- Data Model
- Low Level Calls
- Endpoints
Clients
BIMServer Developers
- Plugins in 1.5
- Plugin Development
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
- Global changes in 1.5
- Writing a service
- Services/Notifications
- BIMserver 1.5 Developers
- Extended data
- Extended data schema
- Object IDM
New developments
- New remote service interface
- Plugins new
- Deprecated
- New query language
- Visual query language
- Reorganizing BIMserver JavaScript API
General