-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to convert ifc file to 2d file and show with wexbim file on Viewer #402
Comments
Hi @umarone, this is not straightforward. What kind of 2D would you like to get? This is not supported as part of the open source Toolkit. But we have been looking at this a few times in past and have developed some functionality in our Flex platform:
Both of these require server side post-processing of the geometry. What it produces is still not a floor plan because it doesn't contain symbols for entities (like doors, toilets, lights etc.) We will work on this in the future. Another option is to cut the model at certain height, set camera to orthographic mode and lock the navigation in XY plane. That is very close to plan viewing experience. |
hi @martin1cerny please see the attached image and tell me can we get this please... |
In this picture i have a wexbim file , on the top left corner we have svg or 2D file and after that when we click on SVG file, a big dialogue is coming in front of us and we select parts of SVG then on the basis of selection we move to wexbim specific part. |
Sounds like two features in play here:
These are linked but should be treated separately - your example above shows a drawing sheet that's clearly come from a BIM authoring tool (rather than generated) which you want to place in 3D space. So you'd only need the 2nd feature for this. Can you be clearer on the use case (and the urgency)? |
sir @andyward actually I have been given task to generate wexbim file and its spatial structure which I have done almost. but now |
sir any code example for generating 2D Drawing/footprint file from 3D Model using levels |
Not in open Source. We have a commercial service to generate SVGs from levels in xbim Flex. See Martin's post. There's a lot of work in what you're suggesting. You're probably going to need some help to achieve anything like this in 1-2 weeks as this capability just isn't in the webUI codebase. Is it a demo or a commercial product you're working on? |
We've had a similar use case in a project once. The solution was basically exactly what @andyward mentioned, we generated SVG floorplans with metadata in the SVG elements, then overlayed that to the viewer (let the user choose between 2d and 3d) and basically just listened to click events on the SVG. If there's a service in xBIM Flex, maybe check that out😀 |
I'd like to see a 2D overlay plugin in xbim WebUI open source - That shouldn't be a lot of work given the right WebGL knowhow (compared to drawing creation) and would open up a lot of use cases. |
Sir I am working in a software company and so preparing solution for their client... |
Sir how you generate Svg Floorplanes, if you can guide me in detail or share some code for that please... |
This functionality is available as part of our platform: https://xbim.net/flex/ |
Hi Everyone.
I have created the wexbim file from ifc file. but my requirement is how to create 2d file from IFC file and how to show 2d file on XbimViewer along with wexbim file...
If someone has some code he can share with me ...
Urgent help is needed.
The text was updated successfully, but these errors were encountered: