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:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcCompositeProfileDef has the following local and inherited inverse attributes:
Supertypes
Entity IfcCompositeProfileDef inherits from the following supertypes:
IfcProfileDef
Subtypes
No subtypesReferenced By
Entity IfcCompositeProfileDef and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00