IfcObjectDefinition

class compas_ifc.entities.extensions.IfcObjectDefinition

Bases: object

Extension class for IfcObjectDefinition.

Attributes:
parentIfcObjectDefinition

The parent object definition of the object definition.

childrenlist[IfcObjectDefinition]

The children object definitions of the object definition.

materialIfcMaterial

The material of the object definition.

Methods

children_by_type

Inherited Methods

__init__