CADability dotNET
Base class for construct actions.
The ConstructAction..::..GeoObjectInput type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ConstructAction..::..GeoObjectInput |
Creates a GeoObjectInput object.
|
Methods
| Name | Description | |
|---|---|---|
| AdjustHighlight | (Overrides ConstructAction..::..InputObject..::..AdjustHighlight()()()().) | |
| GetGeoObjects |
Gets the currently selected curves.
| |
| SetGeoObject |
Forces the given geoObjects to be displayed
| |
| SetSelectedGeoObject |
Set the selected GeoObject
|
Fields
| Name | Description | |
|---|---|---|
| EdgesOnly | ||
| FacesOnly | ||
| ModifiableOnly |
true: only curves that may be modified are yielded
false: any kind of curves curves are yielded
| |
| MultipleInput |
Properties
| Name | Description | |
|---|---|---|
| Decomposed |
true: only decomposed curves are yielded,
false: also path objects, that consist of several subcurves are yielded
| |
| FailCursor |
Sets the cursor that will be displayed when no curve is hit
| |
| ForwardMouseInputTo |
Mouse input should be forwarded to another input object and only processed
by this input, when the other input object is fixed.
| |
| HitCursor |
Sets the cursor that will be displayed when a curve is hit
|
Events
| Name | Description | |
|---|---|---|
| GeoObjectSelectionChangedEvent |
Provide a method here to react on the user selecting a different curve
| |
| MouseOverGeoObjectsEvent |
Provide a method here to react on the user moving the cursor over curves.
|