Class BoundingBoxWireFrameVisual3D
- Namespace
- HelixToolkit.Wpf
- Assembly
- HelixToolkit.Wpf.dll
A visual element that shows a wireframe for the specified bounding box.
public class BoundingBoxWireFrameVisual3D : LinesVisual3D, IAnimatable, IAddChild
- Inheritance
-
BoundingBoxWireFrameVisual3D
- Implements
- Inherited Members
- Extension Methods
Fields
BoundingBoxProperty
Identifies the BoundingBox dependency property.
public static readonly DependencyProperty BoundingBoxProperty
Field Value
Properties
BoundingBox
Gets or sets the bounding box.
public Rect3D BoundingBox { get; set; }
Property Value
- Rect3D
The bounding box.
Methods
OnBoxChanged()
Updates the box.
protected virtual void OnBoxChanged()