Math3D Full Project API
    Preparing search index...
    type Polygon3 = {
        color?: number;
        id?: string;
        label?: string;
        opacity?: number;
        vertices: Point3[];
    }
    Index

    Properties

    color?: number
    id?: string
    label?: string
    opacity?: number
    vertices: Point3[]