GeometryGym / GeometryGymIFC

C# classes to generate and parse OpenBIM IFC files
Other
273 stars 98 forks source link

Read a IfcAxis2Placement3D from a IfcSite ? #27

Closed Tamu closed 4 years ago

Tamu commented 4 years ago

Hello,

I can't find how to extract from RelativePlacement a IfcAxis2Placement3D (there is no Extract command) Here my test : git.mintello.com/EPFL/ConvertIfc2Json/

Big thanks for the great repo and your help !

Tamu commented 4 years ago

I found ! Thank you for the inspiration ! 👍 IfcAxis2Placement3D rPos = localPlacements[0].RelativePlacement as IfcAxis2Placement3D;