ENTITY IfcCompositeProfileDef

(* SCHEMA IFC4; *)
ENTITY IfcCompositeProfileDef
 SUBTYPE OF (IfcProfileDef);
	Profiles : SET [2:?] OF IfcProfileDef;
	Label : OPTIONAL IfcLabel;
 WHERE
	InvariantProfileType : SIZEOF(QUERY(temp <* Profiles | temp.ProfileType <> Profiles[1].ProfileType)) = 0;
	NoRecursion : SIZEOF(QUERY(temp <* Profiles | 'IFC4.IFCCOMPOSITEPROFILEDEF' IN TYPEOF(temp))) = 0;
END_ENTITY;

Explicit Attributes

Entity IfcCompositeProfileDef has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ProfileTypeIfcProfileTypeEnum (ENUM)IfcProfileDef
 ProfileNameIfcLabel (STRING)IfcProfileDef
 ProfilesSET OF IfcProfileDef (ENTITY)IfcCompositeProfileDef
 LabelIfcLabel (STRING)IfcCompositeProfileDef

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcCompositeProfileDef has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasExternalReferenceSET OF IfcExternalReferenceRelationship (ENTITY)IfcProfileDef
 HasPropertiesSET OF IfcProfileProperties (ENTITY)IfcProfileDef

Supertypes

Entity IfcCompositeProfileDef inherits from the following supertypes:
  IfcProfileDef

Subtypes

    No subtypes

Referenced By

Entity IfcCompositeProfileDef and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcArbitraryOpenProfileDef ENTITY IfcProfileDef
 IfcArbitraryProfileDefWithVoids ENTITY IfcProfileDef
 IfcCompositeProfileDef ENTITY IfcProfileDef
 IfcDerivedProfileDef ENTITY IfcProfileDef
 IfcExtrudedAreaSolidTapered ENTITY IfcProfileDef
 IfcMaterialProfile ENTITY IfcProfileDef
 IfcMaterialProfileSet ENTITY IfcCompositeProfileDef
 IfcProfileDef ENTITY IfcCompositeProfileDef
 IfcProfileProperties ENTITY IfcProfileDef
 IfcResourceObjectSelect SELECT IfcProfileDef
 IfcRevolvedAreaSolidTapered ENTITY IfcProfileDef
 IfcSectionedSpine ENTITY IfcProfileDef
 IfcSectionProperties ENTITY IfcProfileDef
 IfcSweptAreaSolid ENTITY IfcProfileDef
 IfcSweptSurface ENTITY IfcProfileDef
 IfcTaperedSweptAreaProfiles FUNCTION IfcProfileDef


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2016-06-01T11:21:41-04:00