Class: MeasureButton

MeasureButton

Class representing a button for activating the measurement tool within the GoIFCComponents framework. Inherits from IFCButton and provides functionality for measuring dimensions in the IFC models.

new MeasureButton(ui, parent)

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/ifc-buttons/measure.button.ts, line 21

Creates an instance of MeasureButton.

Name Type Description
ui GoIFCUI

The GoIFCUI instance to be associated with this button.

parent IFCButton

The parent button of this button.

Extends

  • undefined

Members

static,readonlyMeasureButton.optsMeasureObject

The options for the Measure button.

Properties:
Name Type Description
id string

The unique identifier for the button.

title string

The title of the button.

icon string

The icon for the button.

label string

The label for the button.