GeometryGym / GeometryGymIFC

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

Defined Class missed attributes #93

Closed BIM4SmartHydropower closed 1 year ago

BIM4SmartHydropower commented 1 year ago

Hi, the IfcPropertyTableValue maybe miss its attribute in the Version 0.1.24.0.

region Assembly GeometryGymIFCcore, Version=0.1.24.0

namespace GeometryGym.Ifc { public class IfcPropertyTableValue : IfcSimpleProperty { public IfcPropertyTableValue(DatabaseIfc db, string name);

    protected override string BuildStringSTEP(ReleaseVersion release);
}

}

jmirtsch commented 1 year ago

Thanks for reporting this. You are correct. I've just pushed a commit with this added (and other improvements). https://github.com/GeometryGym/GeometryGymIFC/commit/85b64afcbe6468e3417ba666ed71805a55272807

If you are using nuget, let me know and I will publish a new version soon.

Thanks,

Jon