C# Класс Revit.SDK.Samples.ObjectViewer.CS.GraphicsData

datasource that can bind to PictureBox3D
Наследование: GraphicsDataBase
Показать файл Открыть проект

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

Метод Описание
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