Class Ifc2x3::IfcPreDefinedItem

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc2x3::IfcPreDefinedItem : public IfcUtil::IfcBaseEntity

A pre defined item is a qualified name given to a style or font which is determined within the data exchange specification by convention on using the Name attribute value (in contrary to externally defined items, which are agreed by an external source).

NOTE The convention on using the Name value is defined at the subtypes of IfcPreDefinedItem and is part of the specification.

NOTE Corresponding ISO 10303 name: pre_defined_item. Please refer to ISO/IS 10303-41:1994, page 137 for the final definition of the formal standard.

HISTORY New entity in IFC2x2.

Subclassed by Ifc2x3::IfcPreDefinedColour, Ifc2x3::IfcPreDefinedCurveFont, Ifc2x3::IfcPreDefinedSymbol, Ifc2x3::IfcPreDefinedTextFont

Public Types

typedef IfcTemplatedEntityList<IfcPreDefinedItem> list

Public Functions

std::string Name() const

The string by which the pre defined item is identified. Allowable values for the string are declared at the level of subtypes.

void setName(std::string v)
const IfcParse::entity &declaration() const
IfcPreDefinedItem(IfcEntityInstanceData *e)
IfcPreDefinedItem(std::string v1_Name)

Public Static Functions

const IfcParse::entity &Class()