Hi, i'm trying to define and write IfcShapeRepresentation properties (attributes) like the RepresentationType and RepresentationIdentifier for geometries (2D points) in IfcBuildingElementProxy (class) , but unfortunately without success.
So how to define and write a 2d point in IfcBuildingElementProxy classe?
According the IFC definitioin (link below) i have to define the RepresentationType as "GeometricSet" and the RepresentationIdentifier as "FootPrint" for defining a 2D point
By following your "AutoCAD to IFC Conversion Example" Tutorial i have to set the geometry name to "FootPrint" (what defines the RepresentationIdentifier) with the GeometryPropertySetter-Transformer. (see workspace below)
Now, how to set the RepresentationType as "GeometricSet"? (A "normal" point geometry like fme_point do not be written in the IFC file!)
Non geometry was exported in the example below...
And second, as you explaind in the FME Dokumentation (see link and screenshot below), there are to ways to define/set the RepresentationIdentifier. How to set the RepresentationIdentifier by using the ifc_presentation_identifier trait?
http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/ifc/IFC_writer.htm
Thanks for your help.
Best Regard
LuHu