-
Notifications
You must be signed in to change notification settings - Fork 6
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
Python GUI editor? #8
Comments
Hello :) There is no such option currently. Is it possible: it depends on what you want to edit inside a file and how :) |
Thanks for the response and info @paireks. I'm thinking it would be great if we could do something like edit a 3D model in e.g. the Plotly view (e.g. move objects, stretch/shrink/drag corners etc.), and the export this to a new .bim file. Not sure if this is possible/how this might work? Thanks again! |
I don't know if it would be possible specifically in Plotly view. |
Thanks for all the information. Another idea: I wonder instead of being able to edit through a traditional CAD GUI, we could instead create a tool to generate a required dotbim file/3D model through "prompts" (i.e. like ChatGPT). To edit, you edit your prompt and generate a new dotbim/3D model, and then use the existing Plotly viewer to analyse it. I'd have to think a bit more about this (e.g. what the training/fine-tuning data might look like 🤔), but I welcome any thoughts you have on this. Thanks again |
It should be possible, as I've seen multiple times mesh generations through prompts, like this for instance: They provide geometries only though, without a property set probably. |
Hi there,
Is it possible to edit a bim file using this library through a GUI (e.g. you have
file.view()
, maybe there is something likefile.edit()
)?Just thought I'd ask if this is currently possible (or even theoretically possible - I'm happy to have a go at adding this feature if it is possible).
Thanks for any help, and for this amazing lib! :)
The text was updated successfully, but these errors were encountered: