Closed andyward closed 1 year ago
In XIDS's SchemaInfo implemenation this code returns just the top level classes
Xbim.InformationSpecifications.Helpers.SchemaInfo.SchemaIfc4.GetAttributeClasses("Description", onlyTopClasses: true);
gives just 2 top level items I'd expect
IfcObject IfcTypeObject
In IdsLib the filtering doesn't seem to work - all the subclasses are included:
IdsLib.IfcSchema.SchemaInfo.SchemaIfc4.GetAttributeClasses("Description", onlyTopClasses: true);
gives
IFCFOOTING IFCBUILDINGELEMENT IFCELEMENT IFCPRODUCT IFCOBJECT IFCOBJECTDEFINITION IFCROOT etc
See https://dotnetfiddle.net/GbkAJ4
In XIDS's SchemaInfo implemenation this code returns just the top level classes
gives just 2 top level items I'd expect
In IdsLib the filtering doesn't seem to work - all the subclasses are included:
gives
See https://dotnetfiddle.net/GbkAJ4