Open rafhik opened 2 years ago
Hi @rafhik,
Cool that you are diving in this deep into adding IFC properties! On export I have to guess the best IFC type based on property name and ruby type (ia float, string) so all values that are not understood are mapped to the fallback type of IfcLabel, I could try to improve the "guessing" part, or maybe add additional "IFC manager specific" properties where one could write the IFC type, I have to think on that.
And for the meters vs millimeters, the IFC model units are hardcoded to mm at this time, would be nice to make that dependent on the curent Sketchup unit settings, but that would take some work...
Added IFC export suport for all Sketchup units https://github.com/BIM-Tools/SketchUp-IFC-Manager/commit/6422dd136e4f2ee15573ec0b8971851a636d899b
Didn't look at Quantities yet but this is a big step.
Hi, Great job with this plugin. I have a problem when I create custom Psets. I have a PsetQuantityTakeOff dictionary but the values have no units when I import them in a IFC viewer. When I export to IFC all of them are converted to IFC Label. Only if I change IfcQuantityLength by IfcLengthMeasure the export IFC has units (mm) although my model is in meters. What have I do to have units in volumes and areas? This is my code (where a, b, x y , z are calculated values):
Thanks in advance and sorry by my poor English