IfcConnectionTypeEnum

IfcConnectionTypeEnum

类型定义

该枚举定义了基于路径的元素(如IfcWallStandardCase)连接的不同方式,如图179所示。

 

IFC2.0中的新型

 

Enumeration definition

ConstantDescription
ATPATH Connection along the path of the connected element.
ATSTART Connection at the start of the connected element.
ATEND Connection at the end of the connected element.
NOTDEFINED  
 

 

EXPRESS Specification

TYPE IfcConnectionTypeEnum = ENUMERATION OF (
 ATPATH,
 ATSTART,
 ATEND,
 NOTDEFINED);
END_TYPE;

 

 

######################

posted @ 2024-02-18 17:58  西北逍遥  阅读(3)  评论(0编辑  收藏  举报