C# Класс Revit.SDK.Samples.NewRoof.RoofForms.CS.FootPrintRoofLine

The FootPrintRoofLine class is used to edit the foot print data of a footprint roof.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DrawCurve void

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

Метод Описание
Draw ( System graphics, System pen ) : void

Draw the footprint line in GDI.

FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System

The construct of the FootPrintRoofLine class.

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

Метод Описание
DrawCurve ( Graphics graphics, System pen, Curve curve ) : void

Draw the curve in GDI.

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

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

Draw the footprint line in GDI.
public Draw ( System graphics, System pen ) : void
graphics System
pen System
Результат void

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

The construct of the FootPrintRoofLine class.
public FootPrintRoofLine ( FootPrintRoof roof, ModelCurve curve ) : System
roof FootPrintRoof The footprint roof which the foot print data belong to.
curve ModelCurve The model curve data which the foot print data stand for.
Результат System