@twinfinity/core
    Preparing search index...

    Class MarkupCircle

    Class representing a markup circle in the markup API.

    Hierarchy (View Summary)

    Implements

    Index

    Properties

    circlePoint: Vertex3
    id: string
    lineThickness: number
    properties: Map<string, MarkupProperty> = ...
    radiusPoint: Vertex3
    style: { backgroundColor: Color4 } = ...

    Accessors

    • get isEnabled(): boolean

      Returns true if the entity and the sheet it belongs to are both enabled, otherwise false.

      Returns boolean

    • set isEnabled(b: boolean): void

      Sets if entity is enabled

      Parameters

      • b: boolean

      Returns void

    • get sheet(): MarkupSheet2D

      Returns the markup sheet that the entity is attached to

      Returns MarkupSheet2D

    Methods

    • Sets the entity as updated in the layer API.

      Returns boolean

      true if object did exist, otherwise false