C# 클래스 HelixToolkit.Wpf.PointGeometryBuilder

Builds a mesh geometry for a collection of points.
상속: HelixToolkit.Wpf.ScreenGeometryBuilder
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 메소드들

메소드 설명
CreateIndices ( int n ) : System.Windows.Media.Int32Collection

Creates the triangle indices.

CreatePositions ( IList points, double size = 1.0, double depthOffset = 0.0 ) : Point3DCollection

Creates the positions for the specified points.

PointGeometryBuilder ( System.Windows.Media.Media3D.Visual3D visual ) : System.Collections.Generic

Initializes a new instance of the PointGeometryBuilder class.

메소드 상세

CreateIndices() 공개 메소드

Creates the triangle indices.
public CreateIndices ( int n ) : System.Windows.Media.Int32Collection
n int /// The number of points. ///
리턴 System.Windows.Media.Int32Collection

CreatePositions() 공개 메소드

Creates the positions for the specified points.
public CreatePositions ( IList points, double size = 1.0, double depthOffset = 0.0 ) : Point3DCollection
points IList /// The points. ///
size double /// The size of the points. ///
depthOffset double /// The depth offset. A positive number (e.g. 0.0001) moves the point towards the camera. ///
리턴 System.Windows.Media.Media3D.Point3DCollection

PointGeometryBuilder() 공개 메소드

Initializes a new instance of the PointGeometryBuilder class.
public PointGeometryBuilder ( System.Windows.Media.Media3D.Visual3D visual ) : System.Collections.Generic
visual System.Windows.Media.Media3D.Visual3D /// The visual. ///
리턴 System.Collections.Generic