PPT_LOGO_4b
Revit Programming Introduction <#>
Copyright © 2009 Autodesk Inc.
オブジェクトモデル (サブセット)
•APIObject
•  Application
•  Document
•  ExternalCommandData
•  ElementSet
•  ParameterSet
•  Parameter
•  Element
•    Symbol
•  GeometryObject
•  # RST:
•  AnalyticalModel
•    AnalyticalModelFloor
•    AnalyticalModelWall
•
•
•Creation
•
•APIObject
•  Application
•  Document
•
要素コレクション
  Element
    HostObject
      CeilingAndFloor
      ContFooting
      Floor
      Wall
    Instance
    Opening
    TextElement
    BeamSystem
    Dimension
      SpotDimension
    FamilyBase
      Family
    Level
    Phase
    ProjectInfo
    # RST:
    BoundaryConditions
    LoadCase, Combination, Nature, Usage
    AreaReinforcement
    AreaReinforcementCurve
    LoadBase
      AreaLoad
      LineLoad
      PointLoad
    PathReinforcement
    Rebar
    # end of RST
    Symbol
    Symbol
      AnnotationSymbolType
      BeamSystemType
      HostObjAttributes
        ContFootingType
        FloorType
        WallType
      InsertableObject
        FamilySymbol
      RoomTagType # RAC
      RebarTagType # RST
  GeometryObject
    Curve
      Arc
      Ellipse
      Line
      NurbSpline
    Edge
    Face
      ConicalFace
      CylindricalFace
      HermiteFace
      PlanarFace
      ResolvedFace
      RuldeFace
    Instance
    Mesh
    Profile
    Solid
  Plane
  Reference
  Transform
ここに、サブセットとして良く使用するものを列挙しました。
一番左端のAPIObjectの下にApplicationやDocument等があり、尚且つElementの下にはSymbolがあります。