Table of Contents

Class LinesVisual3D

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

A visual element that contains a set of line segments. The thickness of the lines is defined in screen space.

public class LinesVisual3D : ScreenSpaceVisual3D, IAnimatable, IAddChild
Inheritance
LinesVisual3D
Implements
Derived
Inherited Members
Extension Methods

Constructors

LinesVisual3D()

Initializes a new instance of the LinesVisual3D class.

public LinesVisual3D()

Fields

ThicknessProperty

Identifies the Thickness dependency property.

public static readonly DependencyProperty ThicknessProperty

Field Value

DependencyProperty

Properties

Thickness

Gets or sets the thickness of the lines.

public double Thickness { get; set; }

Property Value

double

The thickness.

Methods

UpdateGeometry()

Updates the geometry.

protected override void UpdateGeometry()

UpdateTransforms()

Updates the transforms.

protected override bool UpdateTransforms()

Returns

bool

True if the transform is updated.