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

The Util class is used to translate Revit coordination to windows coordination.
Показать файл Открыть проект

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

Метод Описание
Translate ( Autodesk pointXYZ, BoundingBoxXYZ boundingbox ) : PointF

Translate a Revit 3D point to a windows 2D point according the boundingbox.

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

Translate() публичный статический Метод

Translate a Revit 3D point to a windows 2D point according the boundingbox.
public static Translate ( Autodesk pointXYZ, BoundingBoxXYZ boundingbox ) : PointF
pointXYZ Autodesk A Revit 3D point
boundingbox BoundingBoxXYZ The boundingbox of the roof whose footprint lines will be displayed in GDI.
Результат System.Drawing.PointF