ENTITY IfcStyledItem

(* SCHEMA IFC2X3; *)
ENTITY IfcStyledItem
 SUPERTYPE OF (ONEOF
	(IfcAnnotationOccurrence))
 SUBTYPE OF (IfcRepresentationItem);
	Item : OPTIONAL IfcRepresentationItem;
	Styles : SET [1:?] OF IfcPresentationStyleAssignment;
	Name : OPTIONAL IfcLabel;
 WHERE
	WR11 : SIZEOF(Styles) = 1;
	WR12 : NOT('IFC2X3.IFCSTYLEDITEM' IN TYPEOF(Item));
END_ENTITY;

Explicit Attributes

Entity IfcStyledItem has the following local and inherited explicit attributes:
AttributeTypeDefined By
 ItemIfcRepresentationItem (ENTITY)IfcStyledItem
 StylesSET OF IfcPresentationStyleAssignment (ENTITY)IfcStyledItem
 NameIfcLabel (STRING)IfcStyledItem

Derived Attributes

    No derived attributes

Inverse Attributes

Entity IfcStyledItem has the following local and inherited inverse attributes:
AttributeTypeDefined By
 LayerAssignmentsSET OF IfcPresentationLayerAssignment (ENTITY)IfcRepresentationItem
 StyledByItemSET OF IfcStyledItem (ENTITY)IfcRepresentationItem

Supertypes

Entity IfcStyledItem inherits from the following supertypes:
  IfcRepresentationItem

Subtypes

Entity IfcStyledItem has the following subtypes:
    IfcAnnotationCurveOccurrence
    IfcAnnotationFillAreaOccurrence
    IfcAnnotationOccurrence*
    IfcAnnotationSurfaceOccurrence
    IfcAnnotationSymbolOccurrence
    IfcAnnotationTextOccurrence
    IfcDimensionCurve
    IfcDimensionCurveTerminator
    IfcProjectionCurve
    IfcTerminatorSymbol
* - Immediate Subtypes

Referenced By

Entity IfcStyledItem and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 IfcAnnotationCurveOccurrence ENTITY IfcStyledItem
 IfcAnnotationFillAreaOccurrence ENTITY IfcStyledItem
 IfcAnnotationSurfaceOccurrence ENTITY IfcStyledItem
 IfcAnnotationSymbolOccurrence ENTITY IfcStyledItem
 IfcAnnotationTextOccurrence ENTITY IfcStyledItem
 IfcAxis1Placement ENTITY IfcRepresentationItem
 IfcBaseAxis FUNCTION IfcRepresentationItem
 IfcBuild2Axes FUNCTION IfcRepresentationItem
 IfcBuildAxes FUNCTION IfcRepresentationItem
 IfcCrossProduct FUNCTION IfcRepresentationItem
 IfcExtrudedAreaSolid ENTITY IfcRepresentationItem
 IfcFirstProjAxis FUNCTION IfcRepresentationItem
 IfcLayeredItem SELECT IfcRepresentationItem
 IfcNormalise FUNCTION IfcRepresentationItem
 IfcOrthogonalComplement FUNCTION IfcRepresentationItem
 IfcRepresentation ENTITY IfcRepresentationItem
 IfcRepresentationItem ENTITY IfcStyledItem
 IfcRevolvedAreaSolid ENTITY IfcRepresentationItem
 IfcScalarTimesVector FUNCTION IfcRepresentationItem
 IfcSecondProjAxis FUNCTION IfcRepresentationItem
 IfcShapeRepresentationTypes FUNCTION IfcRepresentationItem
 IfcStyledItem ENTITY IfcRepresentationItem
 IfcSurfaceOfLinearExtrusion ENTITY IfcRepresentationItem
 IfcSurfaceOfRevolution ENTITY IfcRepresentationItem
 IfcTopologyRepresentationTypes FUNCTION IfcRepresentationItem
 IfcVectorDifference FUNCTION IfcRepresentationItem
 IfcVectorSum FUNCTION IfcRepresentationItem


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:21:13-04:00