CADability dotNET
Defines an input object for an action derived from ConstructAction. This input object extpects the input of a vector. The vector may be either entered on the keyboard or by moving the mouse. The calculation of a vector from the mouse position depends on various settings. Pressing enter or TAB or clicking the mouse proceeds to the next input object.

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

Syntax

C#
public class GeoVectorInput : ConstructAction..::..InputObject, 
	IInputObject
Visual Basic
Public Class GeoVectorInput _
	Inherits ConstructAction..::..InputObject _
	Implements IInputObject
Visual C++
public ref class GeoVectorInput : public ConstructAction..::..InputObject, 
	IInputObject

Inheritance Hierarchy

System..::..Object
  CADability.Actions..::..ConstructAction..::..InputObject
    CADability.Actions..::..ConstructAction..::..GeoVectorInput

See Also