ENTITY IfcFillAreaStyle
(* SCHEMA IFC4; *)
ENTITY IfcFillAreaStyle
SUBTYPE OF (IfcPresentationStyle);
FillStyles : SET [1:?] OF IfcFillStyleSelect;
ModelorDraughting : OPTIONAL IfcBoolean;
WHERE
MaxOneColour : SIZEOF(QUERY(Style <* SELF.FillStyles |
'IFC4.IFCCOLOUR' IN
TYPEOF(Style)
)) <= 1;
MaxOneExtHatchStyle : SIZEOF(QUERY(Style <* SELF.FillStyles |
'IFC4.IFCEXTERNALLYDEFINEDHATCHSTYLE' IN
TYPEOF(Style)
)) <= 1;
ConsistentHatchStyleDef : IfcCorrectFillAreaStyle(SELF.FillStyles);
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
2016-06-01T11:21:43-04:00