C# Class Revit.SDK.Samples.InPlaceMembers.CS.GraphicsData

datasource that can bind to PictureBox3D
Inheritance: GraphicsDataBase
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
GraphicsData ( ) : System

constructor to initialize member data

InsertCurve ( List points ) : void

insert curves array into datasource

PointCurves ( ) : List

curves array

UpdataData ( ) : void

update 3D view data

Private Methods

Méthode Description
SynChroData ( List points ) : void

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

TransferMove ( Autodesk point ) : Autodesk.Revit.DB.XYZ

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

TransferRotate ( Autodesk point ) : Autodesk.Revit.DB.XYZ

rotate points with origion matrix

UpdateMaxRange ( XYZ pnt ) : XYZ
UpdateMinRange ( XYZ pnt ) : XYZ

Method Details

GraphicsData() public méthode

constructor to initialize member data
public GraphicsData ( ) : System
Résultat System

InsertCurve() public méthode

insert curves array into datasource
public InsertCurve ( List points ) : void
points List points compose the curve
Résultat void

PointCurves() public méthode

curves array
public PointCurves ( ) : List
Résultat List

UpdataData() public méthode

update 3D view data
public UpdataData ( ) : void
Résultat void