Interface IDerivativeOutputTypeOBJ

interface IDerivativeOutputTypeOBJ {
    advanced?: {
        exportFileStructure?: string;
        modelGuid?: string;
        objectIds?: number[];
        unit?: string;
    };
    type: "obj";
}

Properties

Properties

advanced?: {
    exportFileStructure?: string;
    modelGuid?: string;
    objectIds?: number[];
    unit?: string;
}

Type declaration

  • Optional exportFileStructure?: string
  • Optional modelGuid?: string
  • Optional objectIds?: number[]
  • Optional unit?: string
type: "obj"

Generated using TypeDoc