Table of Contents

Class VectorFieldVisual3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

A visual element that shows a vector field.

public class VectorFieldVisual3D : ModelVisual3D, IAnimatable, IAddChild
Inheritance
VectorFieldVisual3D
Implements
Inherited Members
Extension Methods

Constructors

VectorFieldVisual3D()

Initializes a new instance of the VectorFieldVisual3D class.

public VectorFieldVisual3D()

Properties

Diameter

Gets or sets the diameter.

public double Diameter { get; set; }

Property Value

double

The diameter.

Directions

Gets or sets the directions.

public Vector3DCollection Directions { get; set; }

Property Value

Vector3DCollection

The directions.

Fill

Gets or sets the fill.

public Brush Fill { get; set; }

Property Value

Brush

The fill.

HeadLength

Gets or sets the length of the head.

public double HeadLength { get; set; }

Property Value

double

The length of the head.

Positions

Gets or sets the positions.

public Point3DCollection Positions { get; set; }

Property Value

Point3DCollection

The positions.

ThetaDiv

Gets or sets the number of divisions of the arrows.

public int ThetaDiv { get; set; }

Property Value

int

The theta div.

Methods

UpdateModel()

Updates the model.

public void UpdateModel()