manifold-3d
    Preparing search index...

    Interface Export3MFOptions

    interface Export3MFOptions {
        extension?: string;
        header?: Header;
        mimetype?: string;
    }

    Hierarchy (View Summary)

    • __type
      • Export3MFOptions
    Index

    Properties

    extension?: string

    Use extension to determine the format of the imported model, rather than inferring it. If both extension and mimetype are specified, mimetype will be used.

    header?: Header
    mimetype?: string

    Use mimetype to determine the format of the imported model, rather than inferring it. If both extension and mimetype are specified, mimetype will be used.