Math3D Full Project API
    Preparing search index...
    type ConstructionObjectSummary = {
        error?: string;
        hidden: boolean;
        id: string;
        label: string;
        summary: string;
        type: "point" | "line" | "circle";
        valid: boolean;
    }
    Index

    Properties

    error?: string
    hidden: boolean
    id: string
    label: string
    summary: string
    type: "point" | "line" | "circle"
    valid: boolean