C# Class HelixToolkit.Wpf.PipeVisual3D

A visual element that shows a pipe between two points.
Inheritance: MeshElement3D
显示文件 Open project: litdev1/LitDev Class Usage Examples

Public Properties

Property Type Description
DiameterProperty System.Windows.DependencyProperty
InnerDiameterProperty System.Windows.DependencyProperty
Point1Property System.Windows.DependencyProperty
Point2Property System.Windows.DependencyProperty
ThetaDivProperty System.Windows.DependencyProperty

Protected Methods

Method Description
Tessellate ( ) : System.Windows.Media.Media3D.MeshGeometry3D

Do the tesselation and return the MeshGeometry3D.

Method Details

Tessellate() protected method

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

Property Details

DiameterProperty public_oe static_oe property

Identifies the Diameter dependency property.
public static DependencyProperty,System.Windows DiameterProperty
return System.Windows.DependencyProperty

InnerDiameterProperty public_oe static_oe property

Identifies the InnerDiameter dependency property.
public static DependencyProperty,System.Windows InnerDiameterProperty
return System.Windows.DependencyProperty

Point1Property public_oe static_oe property

Identifies the Point1 dependency property.
public static DependencyProperty,System.Windows Point1Property
return System.Windows.DependencyProperty

Point2Property public_oe static_oe property

Identifies the Point2 dependency property.
public static DependencyProperty,System.Windows Point2Property
return System.Windows.DependencyProperty

ThetaDivProperty public_oe static_oe property

Identifies the ThetaDiv dependency property.
public static DependencyProperty,System.Windows ThetaDivProperty
return System.Windows.DependencyProperty