Class: GoIFCElementProperties

GoIFCElementProperties

Class representing the properties of an IFC element within the GoIFCComponents framework. Inherits from GoIFCBaseElement and provides functionality specific to displaying and managing the properties of IFC elements.

new GoIFCElementProperties(goIFCUI)

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/shared/go-ifc-element-properties/index.ts, line 28

Constructor for the GoIFCElementProperties class.

Name Type Description
goIFCUI GoIFCUI

The GoIFCUI instance to be associated with this properties component.

Extends

  • undefined

Methods

getId(){string}

Interactions/IFC/interact/GoIFCComponents/subClasses/GoIFCUI/shared/go-ifc-element-properties/index.ts, line 243

Retrieves the unique identifier for the properties component.

Returns:
Type Description
string The unique identifier for the properties component.