ENTITY IfcConstructionMaterialResource
(* SCHEMA IFC2X2_FINAL; *)
ENTITY IfcConstructionMaterialResource
SUBTYPE OF (IfcConstructionResource);
Suppliers : OPTIONAL SET [1:?] OF IfcActorSelect;
UsageRatio : OPTIONAL IfcRatioMeasure;
WHERE
WR1 : SIZEOF(SELF\IfcResource.ResourceOf) <=1;
WR2 : NOT(EXISTS(SELF\IfcResource.ResourceOf[1])) OR
(SELF\IfcResource.ResourceOf[1].RelatedObjectsType = IfcObjectTypeEnum.PRODUCT);
END_ENTITY;
Explicit Attributes
Entity IfcConstructionMaterialResource has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcConstructionMaterialResource has the following local and inherited inverse attributes:
Supertypes
Entity IfcConstructionMaterialResource inherits from the following supertypes:
IfcRoot
IfcObject
IfcResource
IfcConstructionResource
Subtypes
No subtypesReferenced By
Entity IfcConstructionMaterialResource 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