ToolInteractionMode3D Enumeration
Specifies how you can interact with features in a 3D view with StandardTool3D and StandardTouchTool3D.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ToolInteractionMode3D
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. |
MoveVertical | 4 | Moving a feature will move the whole feature vertically. Moving a node will move the specific node vertically. An exception is the nodes of polygons which are defined to be flat and thereby should not have varying node elevation. |
Platforms
Windows, Linux, Android