IfcDocumentSelect
IfcDocumentSelect允许选择文档信息是包含在IFC模型中还是从外部源引用。
IFC2x中的新选择类型
Enumeration definition
Constant | Description |
---|---|
IfcDocumentReference | |
IfcDocumentInformation |
EXPRESS Specification
TYPE IfcDocumentSelect = SELECT (
IfcDocumentReference,
IfcDocumentInformation);
END_TYPE;
###################