Base for creating new brush shapes

Hierarchy (View Summary)

Constructors

  • Parameters

    • Optionalsettings: {
          depth?: number;
          height?: number;
          length?: number;
          minLength?: number;
          uniform?: boolean;
          width?: number;
      }

    Returns CuboidBrushShape

    Constructs a new instance of the CuboidBrushShape class

Accessors

  • get displayName(): string

    Returns string

  • get icon(): string

    Returns string

  • get id(): string

    Returns string

Methods