ToolInteractionMode Enumeration
Specifies how you can interact with features in a 2D view with StandardTool and StandardTouchTool.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ToolInteractionMode
Values
Value name | Value | Description |
---|---|---|
Default | 0 | Uses the default interaction as specified by the tool. This may include specific keyboard strokes that activate the functions of the other interaction modes. See the tool links for more information. |
None | 1 | Disables all interaction with features. |
MultiSelect | 2 | When selecting a new feature, any previously selected features will remain selected. Clicking or touching an already selected feature will deselect it. |
AddRemoveNodes | 3 | Clicking or touching a line will add a node. Clicking or touching a node will delete it. |
RectangleSelect | 4 | When dragging the cursor or finger over the screen, you specify a rectangle until letting go of the mouse button or lifting the finger. All features intersecting with the rectangle will be selected. |
Platforms
Windows, Linux, Android