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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_origin ].double[
m_originMax XYZ
m_originMin XYZ
m_transferedMax XYZ
m_transferedMin XYZ

공개 메소드들

메소드 설명
GraphicsDataBase ( ) : System

constructor

PointCurves ( ) : List
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

trig 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() 공개 추상적인 메소드

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() 공개 메소드

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

프로퍼티 상세

m_origin 보호되어 있는 프로퍼티

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

m_originMax 보호되어 있는 프로퍼티

protected XYZ m_originMax
리턴 XYZ

m_originMin 보호되어 있는 프로퍼티

protected XYZ m_originMin
리턴 XYZ

m_transferedMax 보호되어 있는 프로퍼티

protected XYZ m_transferedMax
리턴 XYZ

m_transferedMin 보호되어 있는 프로퍼티

protected XYZ m_transferedMin
리턴 XYZ