C# 클래스 Revit.SDK.Samples.InPlaceMembers.CS.GraphicsDataBase

abstract class include general members
상속: IGraphicsData
파일 보기 프로젝트 열기: AMEE/revit

보호된 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Initialize ( ) : void

initialize some member data

비공개 메소드들

메소드 설명
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

메소드 상세

GraphicsDataBase() 공개 메소드

constructor
public GraphicsDataBase ( ) : System
리턴 System

Initialize() 보호된 메소드

initialize some member data
protected Initialize ( ) : void
리턴 void

PointCurves() 공개 추상적인 메소드

point curves function
public abstract PointCurves ( ) : List
리턴 List

RotateX() 공개 메소드

rotate around X axis with default angle
public RotateX ( bool direction ) : void
direction bool minus or positive angle
리턴 void

RotateY() 공개 메소드

rotate around Y axis with default angle
public RotateY ( bool direction ) : void
direction bool minus or positive angle
리턴 void

RotateZ() 공개 메소드

rotate around Z axis with default angle
public RotateZ ( bool direction ) : void
direction bool minus or positive angle
리턴 void

UpdataData() 공개 메소드

trigger updata view event
public UpdataData ( ) : void
리턴 void

프로퍼티 상세

m_origin 보호되어 있는 프로퍼티

origin define
protected double[,] m_origin
리턴 ].double[

m_originMax 보호되어 있는 프로퍼티

origin max define
protected XYZ,Autodesk.Revit.DB m_originMax
리턴 Autodesk.Revit.DB.XYZ

m_originMin 보호되어 있는 프로퍼티

origin min define
protected XYZ,Autodesk.Revit.DB m_originMin
리턴 Autodesk.Revit.DB.XYZ

m_transferedMax 보호되어 있는 프로퍼티

3D max point after transfered
protected XYZ,Autodesk.Revit.DB m_transferedMax
리턴 Autodesk.Revit.DB.XYZ

m_transferedMin 보호되어 있는 프로퍼티

3D min point after transfered
protected XYZ,Autodesk.Revit.DB m_transferedMin
리턴 Autodesk.Revit.DB.XYZ