ENTITY IfcRepresentationMap

(* SCHEMA IFC4; *)
ENTITY IfcRepresentationMap;
	MappingOrigin : IfcAxis2Placement;
	MappedRepresentation : IfcRepresentation;
 INVERSE
	HasShapeAspects : SET [0:?] OF IfcShapeAspect FOR PartOfProductDefinitionShape;
	MapUsage : SET [0:?] OF IfcMappedItem FOR MappingSource;
 WHERE
	ApplicableMappedRepr : 'IFC4.IFCSHAPEMODEL' IN TYPEOF(MappedRepresentation);
END_ENTITY;

Explicit Attributes

Entity IfcRepresentationMap has the following local and inherited explicit attributes:
AttributeTypeDefined By
 MappingOriginIfcAxis2Placement (SELECT)IfcRepresentationMap
 MappedRepresentationIfcRepresentation (ENTITY)IfcRepresentationMap

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcRepresentationMap has the following local and inherited inverse attributes:
AttributeTypeDefined By
 HasShapeAspectsSET OF IfcShapeAspect (ENTITY)IfcRepresentationMap
 MapUsageSET OF IfcMappedItem (ENTITY)IfcRepresentationMap

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity IfcRepresentationMap and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcMappedItem ENTITY IfcRepresentationMap
 IfcProductRepresentationSelect SELECT IfcRepresentationMap
 IfcRepresentation ENTITY IfcRepresentationMap
 IfcTypeProduct ENTITY IfcRepresentationMap


[Top Level Definitions] [Exit]

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