IfcLibrarySelect

IfcLibrarySelect

类型定义

IfcLibrarySelect允许选择库信息是包含在IFC模型中还是从外部源引用。

 

预计选择将是IfcLibraryReference,而很少是ifclibroryinformation。IfcLibraryInformation只能在可能需要指示将使用的库而不进行单独引用的情况下选择。对于更高级别的对象,例如IfcProject或IfcBuilding,可能会发生这种情况。

IFC2中的新选择类型

 

Enumeration definition

ConstantDescription
IfcLibraryReference  
IfcLibraryInformation  
 

EXPRESS Specification

TYPE IfcLibrarySelect = SELECT (
 IfcLibraryReference,
 IfcLibraryInformation);
END_TYPE;

 

 

 

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

posted @ 2022-08-03 15:45  西北逍遥  阅读(17)  评论(0编辑  收藏  举报