Interface IDerivativeOutputTypeIFC

interface IDerivativeOutputTypeIFC {
    advanced?: {
        exportSettingName?: string;
    };
    type: "ifc";
}

Properties

Properties

advanced?: {
    exportSettingName?: string;
}

Type declaration

  • Optional exportSettingName?: string
type: "ifc"

Generated using TypeDoc