CADability dotNET
Class defining the span or scope in the world coordinate space defined by a axis aligned rectangle in a view or on the screen. The area defined by this object is either a rectangular prism of infinite length in the direction of the view (in case of the parallel view) or a frustum (in case of a perspective view). The pickarea is created by the [!:Projection.GetPickSpace(Rectangle)], [!:Projection.GetPickSpace(RectangleF)] or [!:Projection.GetPickSpace(BoundingRect)].

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class PickArea
Visual Basic
Public Class PickArea
Visual C++
public ref class PickArea

Inheritance Hierarchy

System..::..Object
  CADability..::..Projection..::..PickArea

See Also