|
|
|
これは先ほどご紹介いたしました。
|
|
|
|
EnergyAnalysisDetailModel
Createメソッドは解析モデルを作成します。GetAnalyticalSpace、, GetAnalyticalSurfaces、GetAnalyticalOpening、GetAnalyticalShadingSurfacesメソッドは解析モデルから構成要素を取得します。
|
|
|
|
>>>>>>
|
|
|
|
解析用のモデル。これをもとに独自のエネルギー解析を
|
|
Mullions =>カーテンウォールのフレーム
|
|
|
|
縦吹き
|
|
|
|
|
|
|
|
|
|
そしてEnergyAnalysisModelサンプルですが、こちらも先ほどご紹介しました。
|
|
|
|
|
|
|
|
Open
C:\a\lib\revit\2012\SDK\Samples\GeometryAPI\EnergyAnalysisModel\EnergyAnalysisModel.rvt.
|
|
|
|
Run RvtSamples
> Analysis > EnergyAnalysisModel.
|
|
|
|
EnergyAnalysisDetailModelTier
specifies level of computation detail for energy analysis model.
|
|
|
|
This new API
provides access to the contents of a project's detailed energy analysis
model, as seen in the Export to gbXML and the Heating and Cooling Loads
features.
|
|
|
|
このAPIはgbXMLや冷暖房負荷解析などでみられるプロジェクトの詳細なエネルギー解析モデルへのアクセスを提供します。
|
|
|
|
|
|
This analysis
produces an analytical thermal model from the physical model of a building.
The analytical thermal model is composed of spaces, zones and planar surfaces
that represent the actual volumetric elements of the building.
|
|
|
|
この解析は建物から熱解析モデルを作成します。熱解析モはスペース、ゾーン、平面サーフェスで構成されています。
|
|
|
|
New classes in
Autodesk.Revit.DB.Analysis namespace for the energy analysis detail model
itself, creation options, openings, spaces, surfaces and loops can be used to
generate and analyze the contents of the detailed energy analysis model. The
EnergyAnalysisDetailModel Create method creates and populates the model with
appropriate options selected. The methods GetAnalyticalSpace,
GetAnalyticalSurfaces, GetAnalyticalOpenings and GetAnalyticalShadingSurfaces
extract entities from the analysis model. The method Destroy cleans up the
Revit database after finishing with the analysis results.
|
|
|
|
EnergyAnalysisDetailModel
Createメソッドはオプションの選択によって解析モデルを作成します。GetAnalyticalSpace、, GetAnalyticalSurfaces、GetAnalyticalOpening、GetAnalyticalShadingSurfacesメソッドは解析モデルから構成要素を取得します。
|
|
|