C# 클래스 Revit.SDK.Samples.NewRoof.RoofForms.CS.Util

The Util class is used to translate Revit coordination to windows coordination.
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
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