C# 클래스 HelixToolkit.Wpf.GridLinesVisual3D

A visual element that shows a set of grid lines.
상속: MeshElement3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CenterProperty System.Windows.DependencyProperty
LengthDirectionProperty System.Windows.DependencyProperty
LengthProperty System.Windows.DependencyProperty
MajorDistanceProperty System.Windows.DependencyProperty
MinorDistanceProperty System.Windows.DependencyProperty
NormalProperty System.Windows.DependencyProperty
ThicknessProperty System.Windows.DependencyProperty
WidthProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GridLinesVisual3D ( ) : System

Initializes a new instance of the GridLinesVisual3D class.

보호된 메소드들

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

Do the tesselation and return the MeshGeometry3D.

비공개 메소드들

메소드 설명
AddLineX ( MeshBuilder mesh, double x, double minY, double maxY, double thickness ) : void

The add line x.

AddLineY ( MeshBuilder mesh, double y, double minX, double maxX, double thickness ) : void

The add line y.

GetPoint ( double x, double y ) : System.Windows.Media.Media3D.Point3D

Gets a point on the plane.

IsMultipleOf ( double y, double d ) : bool

Determines whether y is a multiple of d.

메소드 상세

GridLinesVisual3D() 공개 메소드

Initializes a new instance of the GridLinesVisual3D class.
public GridLinesVisual3D ( ) : System
리턴 System

Tessellate() 보호된 메소드

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

프로퍼티 상세

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

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

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

Identifies the LengthDirection dependency property.
public static DependencyProperty,System.Windows LengthDirectionProperty
리턴 System.Windows.DependencyProperty

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

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

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

Identifies the MajorDistance dependency property.
public static DependencyProperty,System.Windows MajorDistanceProperty
리턴 System.Windows.DependencyProperty

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

Identifies the MinorDistance dependency property.
public static DependencyProperty,System.Windows MinorDistanceProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Normal dependency property.
public static DependencyProperty,System.Windows NormalProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Thickness dependency property.
public static DependencyProperty,System.Windows ThicknessProperty
리턴 System.Windows.DependencyProperty

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

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