ENTITY IfcProductRepresentation

(* SCHEMA IFC4; *)
ENTITY IfcProductRepresentation
 ABSTRACT SUPERTYPE OF (ONEOF
    (IfcMaterialDefinitionRepresentation
    ,IfcProductDefinitionShape));
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
	Representations : LIST [1:?] OF IfcRepresentation;
END_ENTITY;

Explicit Attributes

Entity IfcProductRepresentation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 NameIfcLabel (STRING)IfcProductRepresentation
 DescriptionIfcText (STRING)IfcProductRepresentation
 RepresentationsLIST OF IfcRepresentation (ENTITY)IfcProductRepresentation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

Entity IfcProductRepresentation has the following subtypes:
    IfcMaterialDefinitionRepresentation*
    IfcProductDefinitionShape*
* - Immediate Subtypes

Referenced By

Entity IfcProductRepresentation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcProduct ENTITY IfcProductRepresentation
 IfcRepresentation ENTITY IfcProductRepresentation


[Top Level Definitions] [Exit]

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