IfcMappedRepresentation use case #5908
Closed
avinash-218
started this conversation in
General
Replies: 2 comments 2 replies
-
I found the way... Hope it helps |
Beta Was this translation helpful? Give feedback.
2 replies
-
Below is the snippet that worked. Since it is from different models, i had to copy the asset first.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider i have this code to generate one wall and export it. I want to create 1000 walls with exact geometry. Instead of creating 1000 geometric representation for all the 1000 walls, how can i use
IfcMappedRepresentation
,IfcMappedItem
to use replicas? The motive is to - i need to reduce file size by having reference of the representation instead of having n representation for n instances.Thanks in advance !!!
Beta Was this translation helpful? Give feedback.
All reactions