首页 > 其他分享 >IfcConnectionTypeEnum

IfcConnectionTypeEnum

时间:2024-02-18 18:11:37浏览次数:20  
标签:ATPATH ATEND element Connection connected 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;

 

 

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

标签:ATPATH,ATEND,element,Connection,connected,IfcConnectionTypeEnum
From: https://www.cnblogs.com/herd/p/17912571.html

相关文章