C# Класс HelixToolkit.Wpf.GridLinesVisual3D

A visual element that shows a set of grid lines.
Наследование: MeshElement3D
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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