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;

  • 相关阅读:
    C++入门经典-例4.9-输出不同生命周期的变量值
    C++入门经典-例4.8-同名的全局变量和局部变量
    C++入门经典-例4.7-变量的作用域
    C++入门经典-例4.6-使用重载函数
    C++入门经典-例4.5-利用循环求n的阶乘
    C++入门经典-例4.4-循环嵌套之求n的阶乘
    C++入门经典-例4.3-函数的递归调用之汉诺塔问题
    C++入门经典-例4.2-调用默认参数的函数
    C++入门经典-例4.1-声明、定义和使用函数
    C++入门经典-例3.25-使用循环输出闰年
  • 原文地址:https://www.cnblogs.com/herd/p/11262533.html
Copyright © 2011-2022 走看看