CADability dotNET

Base class for construct actions.

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

Constructors

  NameDescription
Public methodConstructAction..::..GeoObjectInput
Creates a GeoObjectInput object.

Methods

  NameDescription
Protected methodAdjustHighlight (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().)
Public methodGetGeoObjects
Gets the currently selected curves.
Public methodSetGeoObject
Forces the given geoObjects to be displayed
Public methodSetSelectedGeoObject
Set the selected GeoObject

Fields

  NameDescription
Public fieldEdgesOnly
Public fieldFacesOnly
Public fieldModifiableOnly
true: only curves that may be modified are yielded false: any kind of curves curves are yielded
Public fieldMultipleInput

Properties

  NameDescription
Public propertyDecomposed
true: only decomposed curves are yielded, false: also path objects, that consist of several subcurves are yielded
Public propertyFailCursor
Sets the cursor that will be displayed when no curve is hit
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 propertyHitCursor
Sets the cursor that will be displayed when a curve is hit

Events

  NameDescription
Public eventGeoObjectSelectionChangedEvent
Provide a method here to react on the user selecting a different curve
Public eventMouseOverGeoObjectsEvent
Provide a method here to react on the user moving the cursor over curves.

See Also