7.10.2.10 IfcStructuralSurfaceActivityTypeEnum
7.10.2.10.1 Semantic definition
This enumeration defines the distribution of load values in a surface action or reaction.
7.10.2.10.2 Type values
| Type | Description |
|---|---|
BILINEAR
| |
CONST
| |
DISCRETE
| |
ISOCONTOUR
| |
USERDEFINED
| |
NOTDEFINED
|
7.10.2.10.3 Formal representation
TYPE IfcStructuralSurfaceActivityTypeEnum = ENUMERATION OF
(BILINEAR
,CONST
,DISCRETE
,ISOCONTOUR
,USERDEFINED
,NOTDEFINED);
END_TYPE;