C# Класс Revit.SDK.Samples.CreateComplexAreaRein.CS.GeomHelper

provide utility method to get geometry data for creating AreaReinforcement on wall or floor
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GeomHelper ( ) : System

constructor, initialize m_currentDoc

GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool

get necessary data when create AreaReinforcement on a horizontal floor

Приватные методы

Метод Описание
AddInlaidCurves ( CurveArray curves, double scale ) : CurveArray

create CurveArray which contain 8 curves, 4 is exterior lines and 4 is interior lines

Описание методов

GeomHelper() публичный Метод

constructor, initialize m_currentDoc
public GeomHelper ( ) : System
Результат System

GetFloorGeom() публичный Метод

get necessary data when create AreaReinforcement on a horizontal floor
public GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool
floor Floor floor on which to create AreaReinforcemen
refer System.Reference reference of the horizontal face on the floor
curves CurveArray curves compose the horizontal face of the floor
Результат bool