Bitbybit Docs
    Preparing search index...

    Type Alias 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: string;
    }
    Index

    Properties

    Properties

    hash: number
    type: string