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

    Properties

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