Math3D Full Project API
    Preparing search index...
    type PlanimetryCircle = {
        center: Point3;
        id: string;
        label: string;
        radius: number;
    }
    Index

    Properties

    Properties

    center: Point3
    id: string
    label: string
    radius: number