C# 클래스 Revit.SDK.Samples.FoundationSlab.CS.Sketch

An internal class for drawing slabs' profiles. This class is intended to contain only static methods.
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
DrawProfile ( Graphics graphic, RectangleF rclip, Collection baseSlabList ) : void

Draw profiles.

비공개 메소드들

메소드 설명
DrawLine ( Pen pen, Graphics graphic, CurveArray curveArray ) : void

Draw Lines.

GetMaxBBox ( Collection baseSlabList ) : RectangleF

Get the max bounding box of all floors.

GetTransformMatrix ( RectangleF rclip, RectangleF rBox ) : Matrix

Get transform matrix.

Sketch ( ) : System

메소드 상세

DrawProfile() 공개 정적인 메소드

Draw profiles.
public static DrawProfile ( Graphics graphic, RectangleF rclip, Collection baseSlabList ) : void
graphic System.Drawing.Graphics The object of Graphics to draw profiles.
rclip System.Drawing.RectangleF The rectangle area to draw profiles.
baseSlabList Collection A set of base floors' datas containing profiles.
리턴 void