Navigation

IfcAnnotationSymbolOccurrence

Definition from ISO/CD 10303-46:1992: An annotation symbol occurrence is a symbol with a style assignement.

NOTE Corresponding STEP name: annotation_symbol_occurrence. Please refer to ISO/IS 10303-46:1994 for the final definition of the formal standard.

HISTORY New entity in Release IFC2x 2nd Edition.

EXPRESS specification:

ENTITY IfcAnnotationSymbolOccurrence
SUBTYPE OF ( IfcAnnotationOccurrence);
END_ENTITY;

Inheritance graph

ENTITY IfcAnnotationSymbolOccurrence;
ENTITY IfcRepresentationItem;
ENTITY IfcStyledItem;
Item  :  IfcRepresentationItem;
Styles  :  SET [1:?] OF IfcPresentationStyleAssignment;
ENTITY IfcAnnotationOccurrence;
Name  :  OPTIONAL IfcLabel;
ENTITY IfcAnnotationSymbolOccurrence;
END_ENTITY;