TypeDefinition

class compas_ifc.entities.base.TypeDefinition(entity=None, file=None)

Bases: object

Root class for all IFC type definitions.

Attributes:
entityentity_instance

The IFC entity instance.

fileIfcfile

The IFC file containing this instance of the type definition.

valueAny

The wrapped value of this type definition.

Methods

__init__

Constructor for the TypeDefinition class.