C# 클래스 Revit.SDK.Samples.ObjectViewer.CS.GraphicsData

datasource that can bind to PictureBox3D
상속: GraphicsDataBase
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
GraphicsData ( ) : System

constructor to initialize member data

InsertCurve ( XYZArray points ) : void

insert curves array into datasource

PointCurves ( ) : List

curves array

UpdataData ( ) : void

update 3D view data

비공개 메소드들

메소드 설명
SynChroData ( XYZArray points ) : void

update 3D view curve data with origin data and transfer matrix

TransferMove ( XYZ point ) : XYZ

move the point so that the center of the curves in 3D view is origin

TransferRotate ( XYZ point ) : XYZ

rotate points with origion matrix

UpdateRange ( XYZ point, XYZ &min, XYZ &max ) : void

compare to get the max and min value

메소드 상세

GraphicsData() 공개 메소드

constructor to initialize member data
public GraphicsData ( ) : System
리턴 System

InsertCurve() 공개 메소드

insert curves array into datasource
public InsertCurve ( XYZArray points ) : void
points XYZArray points compose the curve
리턴 void

PointCurves() 공개 메소드

curves array
public PointCurves ( ) : List
리턴 List

UpdataData() 공개 메소드

update 3D view data
public UpdataData ( ) : void
리턴 void