Base for creating new brush shapes

Hierarchy (View Summary)

Constructors

  • Parameters

    • Optionalsettings: {
          depth?: number;
          height?: number;
          minRadius?: number;
          radius?: number;
          uniform?: boolean;
          width?: number;
      }

    Returns EllipsoidBrushShape

    Constructs a new instance of the EllipsoidBrushShape class

Accessors

  • get displayName(): string

    Returns string

  • get icon(): string

    Returns string

  • get id(): string

    Returns string

Methods