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

abstract class include general members
Inheritance: IGraphicsData
Afficher le fichier Open project: AMEE/revit

Protected Properties

Свойство Type Description
m_origin ].double[
m_originMax Autodesk.Revit.DB.XYZ
m_originMin Autodesk.Revit.DB.XYZ
m_transferedMax Autodesk.Revit.DB.XYZ
m_transferedMin Autodesk.Revit.DB.XYZ

Méthodes publiques

Méthode Description
GraphicsDataBase ( ) : System

constructor

PointCurves ( ) : List

point curves function

RotateX ( bool direction ) : void

rotate around X axis with default angle

RotateY ( bool direction ) : void

rotate around Y axis with default angle

RotateZ ( bool direction ) : void

rotate around Z axis with default angle

UpdataData ( ) : void

trigger updata view event

Méthodes protégées

Méthode Description
Initialize ( ) : void

initialize some member data

Private Methods

Méthode Description
RotateX ( double &origin, double angle ) : void

rotate 3*3 matrix around X axis

RotateY ( double &origin, double angle ) : void

rotate 3*3 matrix around Y axis

RotateZ ( double &origin, double angle ) : void

rotate 3*3 matrix around Z axis

Method Details

GraphicsDataBase() public méthode

constructor
public GraphicsDataBase ( ) : System
Résultat System

Initialize() protected méthode

initialize some member data
protected Initialize ( ) : void
Résultat void

PointCurves() public abstract méthode

point curves function
public abstract PointCurves ( ) : List
Résultat List

RotateX() public méthode

rotate around X axis with default angle
public RotateX ( bool direction ) : void
direction bool minus or positive angle
Résultat void

RotateY() public méthode

rotate around Y axis with default angle
public RotateY ( bool direction ) : void
direction bool minus or positive angle
Résultat void

RotateZ() public méthode

rotate around Z axis with default angle
public RotateZ ( bool direction ) : void
direction bool minus or positive angle
Résultat void

UpdataData() public méthode

trigger updata view event
public UpdataData ( ) : void
Résultat void

Property Details

m_origin protected_oe property

origin define
protected double[,] m_origin
Résultat ].double[

m_originMax protected_oe property

origin max define
protected XYZ,Autodesk.Revit.DB m_originMax
Résultat Autodesk.Revit.DB.XYZ

m_originMin protected_oe property

origin min define
protected XYZ,Autodesk.Revit.DB m_originMin
Résultat Autodesk.Revit.DB.XYZ

m_transferedMax protected_oe property

3D max point after transfered
protected XYZ,Autodesk.Revit.DB m_transferedMax
Résultat Autodesk.Revit.DB.XYZ

m_transferedMin protected_oe property

3D min point after transfered
protected XYZ,Autodesk.Revit.DB m_transferedMin
Résultat Autodesk.Revit.DB.XYZ