CADability dotNET
The Action used to select GeoObjects of a (visible) Model. Mouseclicks in the view are used to determine which objects should be selected. The user can select a rectangular area by dragging the mouse while the left button is pushed. Dragging from left to right selects all objects completely inside the rectangle, dragging from right to left selects all objects which are touched by the ractangle. The PickMode determins on which level the selection is performed, the FilterList adds additional filtering the the selection process.

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

Syntax

C#
public class SelectObjectsAction : Action
Visual Basic
Public Class SelectObjectsAction _
	Inherits Action
Visual C++
public ref class SelectObjectsAction : public Action

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..Action
    CADability.Actions..::..SelectObjectsAction

See Also