Skip to content
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

[Feat]: Parse Design Transfer View IFC #596

Open
agonzalezesteve opened this issue Feb 5, 2024 · 2 comments
Open

[Feat]: Parse Design Transfer View IFC #596

agonzalezesteve opened this issue Feb 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@agonzalezesteve
Copy link

What is your idea?

Design Transfer View is a Model View of IFC 4 that lets edit geometry.

The most popular Model View of IFC 4 is the Coordination View but, for example, the geometry of the openings is substracted from the geometry of the walls. The geometry exported from the authoring tool cannot be edited.

Despite the mesh of the walls is rendered substracting the voids of the windows in three.js. It would be great parse also the gross geometry of the walls.

@agonzalezesteve agonzalezesteve added the enhancement New feature or request label Feb 5, 2024
@beachtom
Copy link
Collaborator

beachtom commented Feb 5, 2024

Do you have an example of this? And how it works currently?

@agonzalezesteve
Copy link
Author

In this repository there is this example file: https://github.com/buildingSMART/IFC/blob/776c6d92a3674bc8a5b371061a40a09a4e6b8354/Examples/Advanced%20geometric%20shape/Examples/Bath%20CSG%20Solid/File.ifc

The object
#2017=IFCWALL('0g4jCt6NPAqAFd1yeSV1So',$,'CellComplex/exterior',$,$,#2105,#2099,$,.SOLIDWALL.);
has an IfcExtrudedAreaSolid as a SweptSolid representation. But the geometry is rendered substracting the openings of the windows.

image

I'm interested in the geometry of the wall parsed but without substracting the geometry of the windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants