GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
270 stars 97 forks source link

Add a component to an existing IFC file (IFC 2X3) #7

Open shamique opened 6 years ago

shamique commented 6 years ago

How can I read an existing IFC file and modify it with a newly created component ? Basically my requirement is to place an icon (preferably a cube shape component) in distance of 5m away from an existing building.

How can I do this ? Much appreciate your guidance on this.

Thanks