ENTITY IfcEnvironmentalImpactValue
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcEnvironmentalImpactValue
SUBTYPE OF (IfcAppliedValue);
ImpactType : IfcLabel;
Category : IfcEnvironmentalImpactCategoryEnum;
UserDefinedCategory : OPTIONAL IfcLabel;
WHERE
WR1 : (Category <> IfcEnvironmentalImpactCategoryEnum.USERDEFINED) OR
((Category = IfcEnvironmentalImpactCategoryEnum.USERDEFINED) AND EXISTS(SELF\IfcEnvironmentalImpactValue.UserDefinedCategory));
END_ENTITY;
Explicit Attributes
Entity IfcEnvironmentalImpactValue has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcEnvironmentalImpactValue has the following local and inherited inverse attributes:
Supertypes
Entity IfcEnvironmentalImpactValue inherits from the following supertypes:
IfcAppliedValue
Subtypes
No subtypesReferenced By
Entity IfcEnvironmentalImpactValue and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:55-04:00