BIMserver icon indicating copy to clipboard operation
BIMserver copied to clipboard

Includes should be defined per field, not for all fields

Open rubendel opened this issue 9 years ago • 0 comments

Example:

    IfcStyledItem: {
        type: "IfcStyledItem",
        fields: ["Item", "Styles"],
        includes: ["IfcPresentationStyleAssignment", "IfcRepresentationItem"]
    }

rubendel avatar Apr 28 '16 12:04 rubendel