zoukankan      html  css  js  c++  java
  • IfcSlab

    // 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;

  • 相关阅读:
    五一拆装机学习
    msgbox函数和inputbox函数应该注意的几点
    西游记(3)
    刚刚开通csdn
    c# 快捷键
    JavaBean的属性(Simple,Indexed,Bound,Constrained)【收藏】
    SQL查询语句使用【收藏】
    .NET 对实现IPersistStream接口的对象进行保存和读取
    创建控件数组
    常用数据库JDBC连接写法【收藏】
  • 原文地址:https://www.cnblogs.com/herd/p/11262533.html
Copyright © 2011-2022 走看看