@twinfinity/core
    Preparing search index...

    Interface CircleDto

    Data transfer object for markup circles, this represents the circle data that will be saved to the layer.

    interface CircleDto {
        circlePoint: Vertex3;
        color: RgbaDTO;
        id: string;
        lineThickness: number;
        properties: { [key: string]: string | number | boolean };
        radiusPoint: Vertex3;
        type: Circle;
    }

    Hierarchy (View Summary)

    Index

    Properties

    circlePoint: Vertex3
    color: RgbaDTO
    id: string
    lineThickness: number
    properties: { [key: string]: string | number | boolean }
    radiusPoint: Vertex3
    type: Circle