Class Box3D
This class represents a Box primitive in the 3D space.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Box3D : DynamicUIElement3D, INotifyPropertyChanged, ITreeElement3D, ITreeNode3D
Constructors
Box3D()
Declaration
public Box3D()
Fields
TriangleIndexes
An array of indices, defining the triangles that form the sides of the Box3D.
Declaration
public static readonly int[] TriangleIndexes
Field Value
System.Int32[]
|
Properties
From
Gets or sets one of the boundary points for the Box3D.
Declaration
public Point3D From { get; set; }
Property Value
Point3D
|
To
Methods
CreateElementModel()
Creates the final element 3D model.
Declaration
protected override Model3D CreateElementModel()
Returns
Model3D
The final 3D model of the element. |
Overrides
GeneratePoints3D(Double, Double, Double, Double, Double, Double)
Generates 8 (eight) control points, that represent the corners of the Box3D.
Declaration
public static Point3D[] GeneratePoints3D(double x, double y, double z, double width, double height, double depth)
Parameters
System.Double
x
|
System.Double
y
|
System.Double
z
|
System.Double
width
|
System.Double
height
|
System.Double
depth
|
Returns
Point3D[]
|