Bitbybit Docs
    Preparing search index...

    Class DownloadGeometryDto (Inputs.JSCAD)

    Feeds downloadGeometryDxf and downloadGeometry3MF on the JSCAD service: the geometry to write, the file name and optional options for the file writer.

    Index

    Constructors

    Properties

    Constructors

    Properties

    geometry: JSCADEntity | JSCADEntity[]

    A solid, a 2D shape, a path, or a list of them, all written into one file

    undefined
    
    fileName: string

    Name of the downloaded file without the extension, which is added

    jscad-geometry
    
    options?: Record<string, unknown>

    Options handed to the DXF or 3MF writer as they are; leave it out for the defaults

    undefined
    

    true