Class Ifc4::IfcElement¶
Defined in File Ifc4.h
Nested Relationships¶
This class is a nested type of Struct Ifc4.
Inheritance Relationships¶
Base Type¶
public Ifc4::IfcProduct
(Class Ifc4::IfcProduct)
Derived Types¶
public Ifc4::IfcBuildingElement
(Class Ifc4::IfcBuildingElement)public Ifc4::IfcCivilElement
(Class Ifc4::IfcCivilElement)public Ifc4::IfcDistributionElement
(Class Ifc4::IfcDistributionElement)public Ifc4::IfcElementAssembly
(Class Ifc4::IfcElementAssembly)public Ifc4::IfcElementComponent
(Class Ifc4::IfcElementComponent)public Ifc4::IfcFeatureElement
(Class Ifc4::IfcFeatureElement)public Ifc4::IfcFurnishingElement
(Class Ifc4::IfcFurnishingElement)public Ifc4::IfcGeographicElement
(Class Ifc4::IfcGeographicElement)public Ifc4::IfcTransportElement
(Class Ifc4::IfcTransportElement)public Ifc4::IfcVirtualElement
(Class Ifc4::IfcVirtualElement)
Class Documentation¶
-
class
Ifc4
::
IfcElement
: public Ifc4::IfcProduct¶ Definition from IAI: Generalization of all components that make up an AEC product. Those elements can be logically contained by a spatial structure element that constitutes a certain level within a project structure hierarchy (e.g., site, building, storey or space). This is done by using the IfcRelContainedInSpatialStructure relationship. Elements are physically existent objects, although they might be void elements, such as holes. Elements either remain permanently in the AEC product, or only temporarily, as formwork does. Elements can be either assembled on site or pre-manufactured and built in on site. EXAMPLEs of elements in a building construction context are walls, floors, windows and recesses. An element can have material and quantity information assigned through the IfcRelAssociatesMaterial and IfcRelDefinesByProperties relationship. In addition an element can be declared to be a specific occurrence of an element type (and thereby be defined by the element type properties) using the IfcRelDefinesByType relationship. An element can also be defined as an element assembly that is a group of semantically and topologically related elements that form a higher level part of the AEC product. Those element assemblies are defined by virtue of the IfcRelAggregates relationship. EXAMPLEs for element assembly are complete Roof Structures, made by several Roof Areas, or a Stair, composed by Flights and Landings. Elements that performs the same function may be grouped by an “Element Group By Function”. It is realized by an instance of IfcGroup with the ObjectType = ‘ElementGroupByFunction”. HISTORY New entity in IFC Release 1.0 Property Set Use Definition: The property sets relating to the IfcElement are defined by the IfcPropertySet and attached by the IfcRelDefinesByProperties relationship. It is accessible by the inverse IsDefinedBy relationship. Quantity Use Definition: The quantities relating to the IfcElement are defined by the IfcElementQuantity and attached by the IfcRelDefinesByProperties. A detailed specification for individual quantities is introduced at the level of subtypes of IfcElement. Geometry Use Definitions The geometric representation of any IfcElement is given by the IfcProductDefinitionShape and IfcLocalPlacement allowing multiple geometric representations. A detailed specification for the local placement and shape representaion is introduced at the level of subtypes of IfcElement.
Subclassed by Ifc4::IfcBuildingElement, Ifc4::IfcCivilElement, Ifc4::IfcDistributionElement, Ifc4::IfcElementAssembly, Ifc4::IfcElementComponent, Ifc4::IfcFeatureElement, Ifc4::IfcFurnishingElement, Ifc4::IfcGeographicElement, Ifc4::IfcTransportElement, Ifc4::IfcVirtualElement
Public Types
-
typedef IfcTemplatedEntityList<IfcElement>
list
¶
Public Functions
-
bool
hasTag
() const¶ Whether the optional attribute Tag is defined for this IfcElement.
-
std::string
Tag
() const¶ The tag (or label) identifier at the particular instance of a product, e.g. the serial number, or the position number. It is the identifier at the occurrence level.
-
void
setTag
(std::string v)¶
-
IfcTemplatedEntityList<IfcRelFillsElement>::ptr
FillsVoids
() const¶
-
IfcTemplatedEntityList<IfcRelConnectsElements>::ptr
ConnectedTo
() const¶
-
IfcTemplatedEntityList<IfcRelInterferesElements>::ptr
IsInterferedByElements
() const¶
-
IfcTemplatedEntityList<IfcRelInterferesElements>::ptr
InterferesElements
() const¶
-
IfcTemplatedEntityList<IfcRelProjectsElement>::ptr
HasProjections
() const¶
-
IfcTemplatedEntityList<IfcRelReferencedInSpatialStructure>::ptr
ReferencedInStructures
() const¶
-
IfcTemplatedEntityList<IfcRelVoidsElement>::ptr
HasOpenings
() const¶
-
IfcTemplatedEntityList<IfcRelConnectsWithRealizingElements>::ptr
IsConnectionRealization
() const¶
-
IfcTemplatedEntityList<IfcRelSpaceBoundary>::ptr
ProvidesBoundaries
() const¶
-
IfcTemplatedEntityList<IfcRelConnectsElements>::ptr
ConnectedFrom
() const¶
-
IfcTemplatedEntityList<IfcRelContainedInSpatialStructure>::ptr
ContainedInStructure
() const¶
-
IfcTemplatedEntityList<IfcRelCoversBldgElements>::ptr
HasCoverings
() const¶
-
IfcElement
(IfcEntityInstanceData *e)¶
-
IfcElement
(std::string v1_GlobalId, ::Ifc4::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, boost::optional<std::string> v5_ObjectType, ::Ifc4::IfcObjectPlacement *v6_ObjectPlacement, ::Ifc4::IfcProductRepresentation *v7_Representation, boost::optional<std::string> v8_Tag)¶
-
typedef IfcTemplatedEntityList<IfcElement>