IfcConnectionTypeEnum
类型定义
该枚举定义了基于路径的元素(如IfcWallStandardCase)连接的不同方式,如图179所示。
IFC2.0中的新型
Enumeration definition
Constant | Description |
---|---|
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;
######################
标签:ATPATH,ATEND,element,Connection,connected,IfcConnectionTypeEnum From: https://www.cnblogs.com/herd/p/17912571.html