Defines a cuboid, that is, a 3D volume with retangular sizes. The volume is defined by three pairs of minimum and maximum values. Each pair defiens the value range for the X, Y and Z coordinate axes. The minimum value for an axle must always be smaller than or equal the maximum value for that same axle.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class Cuboid : ThreeDimensionalRegion
Visual Basic
Public Class Cuboid _
	Inherits ThreeDimensionalRegion
JScript
public class Cuboid extends ThreeDimensionalRegion

Inheritance Hierarchy

System..::..Object
  Ico.Windows.Media.Media3D..::..ThreeDimensionalRegion
    Ico.Windows.Media.Media3D..::..Cuboid

See Also