// IfcRoot -----------------------------------------------------------
// attributes:
// shared_ptr<IfcGloballyUniqueId> m_GlobalId;
// shared_ptr<IfcOwnerHistory> m_OwnerHistory; //optional
// shared_ptr<IfcLabel> m_Name; //optional
// shared_ptr<IfcText> m_Description; //optional

// IfcObjectDefinition -----------------------------------------------------------
// inverse attributes:
// std::vector<weak_ptr<IfcRelAssigns> > m_HasAssignments_inverse;
// std::vector<weak_ptr<IfcRelNests> > m_Nests_inverse;
// std::vector<weak_ptr<IfcRelNests> > m_IsNestedBy_inverse;
// std::vector<weak_ptr<IfcRelDeclares> > m_HasContext_inverse;
// std::vector<weak_ptr<IfcRelAggregates> > m_IsDecomposedBy_inverse;
// std::vector<weak_ptr<IfcRelAggregates> > m_Decomposes_inverse;
// std::vector<weak_ptr<IfcRelAssociates> > m_HasAssociations_inverse;

// IfcObject -----------------------------------------------------------
// attributes:
// shared_ptr<IfcLabel> m_ObjectType; //optional
// inverse attributes:
// std::vector<weak_ptr<IfcRelDefinesByObject> > m_IsDeclaredBy_inverse;
// std::vector<weak_ptr<IfcRelDefinesByObject> > m_Declares_inverse;
// std::vector<weak_ptr<IfcRelDefinesByType> > m_IsTypedBy_inverse;
// std::vector<weak_ptr<IfcRelDefinesByProperties> > m_IsDefinedBy_inverse;

// IfcProduct -----------------------------------------------------------
// attributes:
// shared_ptr<IfcObjectPlacement> m_ObjectPlacement; //optional
// shared_ptr<IfcProductRepresentation> m_Representation; //optional
// inverse attributes:
// std::vector<weak_ptr<IfcRelAssignsToProduct> > m_ReferencedBy_inverse;

// IfcElement -----------------------------------------------------------
// attributes:
// shared_ptr<IfcIdentifier> m_Tag; //optional
// inverse attributes:
// std::vector<weak_ptr<IfcRelFillsElement> > m_FillsVoids_inverse;
// std::vector<weak_ptr<IfcRelConnectsElements> > m_ConnectedTo_inverse;
// std::vector<weak_ptr<IfcRelInterferesElements> > m_IsInterferedByElements_inverse;
// std::vector<weak_ptr<IfcRelInterferesElements> > m_InterferesElements_inverse;
// std::vector<weak_ptr<IfcRelProjectsElement> > m_HasProjections_inverse;
// std::vector<weak_ptr<IfcRelReferencedInSpatialStructure> > m_ReferencedInStructures_inverse;
// std::vector<weak_ptr<IfcRelVoidsElement> > m_HasOpenings_inverse;
// std::vector<weak_ptr<IfcRelConnectsWithRealizingElements> > m_IsConnectionRealization_inverse;
// std::vector<weak_ptr<IfcRelSpaceBoundary> > m_ProvidesBoundaries_inverse;
// std::vector<weak_ptr<IfcRelConnectsElements> > m_ConnectedFrom_inverse;
// std::vector<weak_ptr<IfcRelContainedInSpatialStructure> > m_ContainedInStructure_inverse;
// std::vector<weak_ptr<IfcRelCoversBldgElements> > m_HasCoverings_inverse;

最新文章

  1. 一个小型的CMS后台管理平台发布啦~
  2. TensorFlow中与卷积核有关的各参数的意义
  3. 用MyEclipse自动生成SessionFactory文件
  4. android 页面停几秒后跳转
  5. 20145317彭垚 《Java程序设计》第7周学习总结
  6. CSS之显示天气
  7. python s12 day3
  8. MYSQL命令行连接数据库
  9. 解决nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed错误
  10. QT 线程池 + TCP 小试(一)线程池的简单实现
  11. win10 uwp 圆角按钮
  12. struts2基于注解配置action
  13. N-Queens(N皇后问题)
  14. 使用 Nuget安装DLL
  15. [SQL in Azure] Tutorial: AlwaysOn Availability Groups in Azure (GUI)
  16. Node.js Express 框架2
  17. 通过EditText的setTransformationMethod()隐藏或显示密码
  18. AngularJS 笔记系列(四)控制器和表达式
  19. Vue填坑(1)----通过vue-cli,认识vue-router
  20. [Exception IOS 4] - could not build module &#39;foundation&#39;

热门文章

  1. SSH与ansible 部署方法与核心模块简介
  2. VSCode安装程序——java开发
  3. java.sql.SQLException: The server time zone value &#39;�й���׼ʱ��&#39; is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver
  4. mysqlcheck(MyISAM表维护工具)
  5. python----PySnooper获取打印日志
  6. HTTP请求响应过程以及与HTTPS区别
  7. prometheus-alertmanager告警推送到钉钉
  8. 【xsy1103】随机数表(RanMat)矩阵快速幂
  9. 进程与线程与GIL的总结
  10. div与div之间有空隙