Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias CrossSectionPointer (Inputs.Manifold)

    A handle to a 2D cross section inside the Manifold kernel. Cross sections are built, offset and booleaned in the plane, then extruded or revolved into solids - often the cheapest route to a profile-driven part.

    type CrossSectionPointer = {
        hash: number;
        type: "manifold-shape";
    }
    Index

    Eigenschaften

    Eigenschaften

    hash: number
    type: "manifold-shape"