ENTITY IfcFillAreaStyle
(* SCHEMA IFC4; *)
ENTITY IfcFillAreaStyle
SUBTYPE OF (IfcPresentationStyle);
FillStyles : SET [1:?] OF IfcFillStyleSelect;
ModelOrDraughting : OPTIONAL IfcBoolean;
WHERE
ConsistentHatchStyleDef : IfcCorrectFillAreaStyle(SELF.FillStyles);
MaxOneColour : SIZEOF(QUERY(Style <* SELF.FillStyles |
'IFC4.IFCCOLOUR' IN
TYPEOF(Style)
)) <= 1;
MaxOneExtHatchStyle : SIZEOF(QUERY(Style <* SELF.FillStyles |
'IFC4.IFCEXTERNALLYDEFINEDHATCHSTYLE' IN
TYPEOF(Style)
)) <= 1;
END_ENTITY;
Explicit Attributes
Entity IfcFillAreaStyle has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity IfcFillAreaStyle inherits from the following supertypes:
IfcPresentationStyle
Subtypes
No subtypesReferenced By
Entity IfcFillAreaStyle and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00