Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcProfileProperties

Definition from IAI: This is a collection of properties applicable to all linear structural members having a profile definition.

The entity IfcProfileProperties contains additionally an optional reference to an instance of IfcProfileDef which contains a further geometrical definition of this profile. The connection between instances of IfcProfileProperties and IfcStructuralMembers is defined by using an instance of IfcRelAssociatesProfileProperties.

HISTORY: New entity in Release IFC2x Edition 2.

EXPRESS specification:

ENTITY IfcProfileProperties
ABSTRACT SUPERTYPE OF (ONEOF(IfcGeneralProfileProperties, IfcRibPlateProfileProperties));
ProfileName  :  OPTIONAL IfcLabel;
ProfileDefinition  :  OPTIONAL IfcProfileDef;
END_ENTITY;

Attribute definitions:

ProfileName  :  Standardized profile name as published in a profile table. All profile properties are applicable to this standardized profile name.
ProfileDefinition  :  Optional reference to an instance of IfcProfileDef, which contains a further geometrical definition.

Inheritance graph

ENTITY IfcProfileProperties;
ENTITY IfcProfileProperties;
ProfileName  :  OPTIONAL IfcLabel;
ProfileDefinition  :  OPTIONAL IfcProfileDef;
END_ENTITY;