Interface IDerivativeOutputTypeSVF

interface IDerivativeOutputTypeSVF {
    advanced?: {
        autodeskMaterialProperties?: boolean;
        basicMaterialProperties?: boolean;
        buildingStoreys?: string;
        conversionMethod?: string;
        generateMasterViews?: boolean;
        hiddenObjects?: boolean;
        materialMode?: string;
        openingElements?: string;
        spaces?: string;
        switchLoader?: boolean;
        timelinerProperties?: boolean;
    };
    type: "svf";
    views: string[];
}

Properties

Properties

advanced?: {
    autodeskMaterialProperties?: boolean;
    basicMaterialProperties?: boolean;
    buildingStoreys?: string;
    conversionMethod?: string;
    generateMasterViews?: boolean;
    hiddenObjects?: boolean;
    materialMode?: string;
    openingElements?: string;
    spaces?: string;
    switchLoader?: boolean;
    timelinerProperties?: boolean;
}

Type declaration

  • Optional autodeskMaterialProperties?: boolean
  • Optional basicMaterialProperties?: boolean
  • Optional buildingStoreys?: string
  • Optional conversionMethod?: string
  • Optional generateMasterViews?: boolean
  • Optional hiddenObjects?: boolean
  • Optional materialMode?: string
  • Optional openingElements?: string
  • Optional spaces?: string
  • Optional switchLoader?: boolean
  • Optional timelinerProperties?: boolean
type: "svf"
views: string[]

Generated using TypeDoc