Bitbybit Docs
    Preparing search index...

    Type Alias JSCADGeom3 (Inputs.JSCAD)

    3D geometry: a solid, held as the polygons that enclose it.

    type JSCADGeom3 = {
        polygons: JSCADPoly3[];
        transforms: JSCADMat4;
        color?: JSCADColor;
    }
    Index

    Properties

    polygons: JSCADPoly3[]
    transforms: JSCADMat4
    color?: JSCADColor