C# 클래스 HelixToolkit.Wpf.ExtrudedVisual3D

A visual element that extrudes a section along a path.
The implementation will not work well if there are sharp bends in the path.
상속: MeshElement3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DiametersProperty System.Windows.DependencyProperty
IsPathClosedProperty System.Windows.DependencyProperty
IsSectionClosedProperty System.Windows.DependencyProperty
PathProperty System.Windows.DependencyProperty
SectionProperty System.Windows.DependencyProperty
TextureCoordinatesProperty System.Windows.DependencyProperty
UpVectorProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ExtrudedVisual3D ( ) : System.Collections.Generic

Initializes a new instance of the ExtrudedVisual3D class.

보호된 메소드들

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

Do the tesselation and return the MeshGeometry3D .

메소드 상세

ExtrudedVisual3D() 공개 메소드

Initializes a new instance of the ExtrudedVisual3D class.
public ExtrudedVisual3D ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Tessellate() 보호된 메소드

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

프로퍼티 상세

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

Identifies the Diameters dependency property.
public static DependencyProperty,System.Windows DiametersProperty
리턴 System.Windows.DependencyProperty

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

Identifies the IsPathClosed dependency property.
public static DependencyProperty,System.Windows IsPathClosedProperty
리턴 System.Windows.DependencyProperty

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

Identifies the IsSectionClosed dependency property.
public static DependencyProperty,System.Windows IsSectionClosedProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Path dependency property.
public static DependencyProperty,System.Windows PathProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Section dependency property.
public static DependencyProperty,System.Windows SectionProperty
리턴 System.Windows.DependencyProperty

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

Identifies the TextureCoordinates dependency property.
public static DependencyProperty,System.Windows TextureCoordinatesProperty
리턴 System.Windows.DependencyProperty

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

Identifies the UpVector dependency property.
public static DependencyProperty,System.Windows UpVectorProperty
리턴 System.Windows.DependencyProperty