ToolElevationMode Enumeration
Specifies how the CreateTool3D and CreateTouchTool3D elevate nodes.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public enum ToolElevationModeValues
| Value name | Value | Description |
|---|---|---|
| GroundRelative | 0 | Each individual node sets its Z coordinate to the elevation of the ground where it is placed. Then the CreateTool3D.Offset from the create tool is applied. |
| GroundRelativeAtFirst | 1 | The first node will set its Z coordinate to the elevation of the ground where it is placed. Then the CreateTool3D.Offset from the create tool is applied. The remaining nodes will use the same Z coordinate. |
| AboveSeaLevel | 2 | The Z coordinate for each created node will be set to the value of CreateTool3D.Offset from the create tool. |
Platforms
Windows, Linux, Android