CADability dotNET

Base class for construct actions.

The ConstructAction..::..GeoPointInput type exposes the following members.

Constructors

  NameDescription
Public methodConstructAction..::..GeoPointInput(String)
Constructs a GeoPointInput object.
Public methodConstructAction..::..GeoPointInput(String, GeoPoint)
Constructs a GeoPointInput object with an inital value.

Methods

  NameDescription
Protected methodAdjustHighlight (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().)
Public methodForceValue
Forces the input object to the specified value. The input filed is updated accordingly.

Fields

  NameDescription
Public fieldDefinesBasePoint
If set to true this point is the basepoint for snapping.
Public fieldDefinesHotSpot
true: the point is displayed as hotspot (small sqaure). The user can drag this hotspot with the mouse to modify this input.
Public fieldHotSpotSource
The icon for the hotspot, for example "Hotspots.png:3"

Properties

  NameDescription
Public propertyDefaultGeoPoint
Sets a DefaultGeoPoint, which should be a static value, that carries the last input value of this point to the next instantiation of the action.
Public propertyForwardMouseInputTo
Mouse input should be forwarded to another input object and only processed by this input, when the other input object is fixed.
Public propertyReadOnly
true: this input field does not accept user input, false: normal input field that requires user input
(Overrides ConstructAction..::..InputObject..::..ReadOnly.)

Events

  NameDescription
Public eventGetGeoPointEvent
This event is used by the display to show the current value of the point. This is necessary if this point is also modified by other means, not only by this input field.
Public eventMouseClickEvent
Event that is fired when a mousclick happens and this input has the focus.
Public eventSetGeoPointEvent
Provide a method for this event to receive the value of the point as it is defined by either keyboard or mouse input.
Public eventSetGeoPointExEvent
Provide a method for this event to receive the value of the point as it is defined by either keyboard or mouse input.

See Also