ZoneDataInterface type

Data for Zones.

Signature:

type ZoneDataInterface = {
    center: [number, number];
    height?: number;
    name: string;
    placements?: {
        center: [number, number];
        name: string;
        unit: ConvertUnit;
        width: number;
    }[];
    unit?: ConvertUnit;
    width: number;
};

References: ConvertUnit

Remarks

For the time being, the values should be provided in UV units / coordinates.

Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2024 Core3D, Inc. All Rights Reserved.