C# 클래스 HelixToolkit.Wpf.BoxVisual3D

A visual element that renders a box.
The box is aligned with the local X, Y and Z coordinate system Use a transform to orient the box in other directions.
상속: MeshElement3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BottomFaceProperty System.Windows.DependencyProperty
CenterProperty System.Windows.DependencyProperty
HeightProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
TopFaceProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

메소드 상세

Tessellate() 보호된 메소드

Do the tesselation and return the MeshGeometry3D.
protected Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D
리턴 System.Windows.Media.Media3D.MeshGeometry3D

프로퍼티 상세

BottomFaceProperty 공개적으로 정적으로 프로퍼티

Identifies the BottomFace dependency property.
public static DependencyProperty,System.Windows BottomFaceProperty
리턴 System.Windows.DependencyProperty

CenterProperty 공개적으로 정적으로 프로퍼티

Identifies the Center dependency property.
public static DependencyProperty,System.Windows CenterProperty
리턴 System.Windows.DependencyProperty

HeightProperty 공개적으로 정적으로 프로퍼티

Identifies the Height dependency property.
public static DependencyProperty,System.Windows HeightProperty
리턴 System.Windows.DependencyProperty

LengthProperty 공개적으로 정적으로 프로퍼티

Identifies the Length dependency property.
public static DependencyProperty,System.Windows LengthProperty
리턴 System.Windows.DependencyProperty

TopFaceProperty 공개적으로 정적으로 프로퍼티

Identifies the TopFace dependency property.
public static DependencyProperty,System.Windows TopFaceProperty
리턴 System.Windows.DependencyProperty

WidthProperty 공개적으로 정적으로 프로퍼티

Identifies the Width dependency property.
public static DependencyProperty,System.Windows WidthProperty
리턴 System.Windows.DependencyProperty