Defines a region in a space with three dimensions. The region is defined by three pairs of minimum and maximum values. Each pair defines the value range for the X, Y and Z space dimensions. 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 ThreeDimensionalRegion
Visual Basic
Public Class ThreeDimensionalRegion
JScript
public class ThreeDimensionalRegion

Inheritance Hierarchy

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

See Also