Navigation

IfcAnnotationFillAreaOccurrence

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

NOTE Corresponding STEP name: annotation_fill_area_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 IfcAnnotationFillAreaOccurrence
SUBTYPE OF ( IfcAnnotationOccurrence);
FillStyleTarget  :  IfcPoint;
END_ENTITY;

Attribute definitions:

FillStyleTarget  :  The point that specifies the starting location for the fill area style assigned to the annotation fill area occurrence.

Inheritance graph

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