Search
Scene3D.AddCuboid Method (Point3D, Point3D, Brush)
See Also
 






Adds a cuboid model to the scene.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void AddCuboid (
    Point3D p1,
    Point3D p2,
    Brush brush
)

Visual Basic  Copy Code

Public Sub AddCuboid( _
    p1 As Point3D, _
    p2 As Point3D, _
    brush As Brush _
)

 Parameters

p1

A corner point of the cuboid.

p2

The diametrically opposite corner of specified point.

brush

The Brush used to paint the cuboid model.

 See Also