Interface IDerivativeOutputTypeSTL

interface IDerivativeOutputTypeSTL {
    advanced?: {
        exportColor?: boolean;
        exportFileStructure?: string;
        format?: string;
    };
    type: "stl";
}

Properties

Properties

advanced?: {
    exportColor?: boolean;
    exportFileStructure?: string;
    format?: string;
}

Type declaration

  • Optional exportColor?: boolean
  • Optional exportFileStructure?: string
  • Optional format?: string
type: "stl"

Generated using TypeDoc