VerticalMode Enumeration
Specifies how the cross section of a CorridorOperator3D is oriented.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum VerticalMode
Values
Value name | Value | Description |
---|---|---|
World | 0 | The cross section is always vertical. |
Corridor | 1 | The cross section is always perpendicular to the current line segment. |
Remarks
A CorridorOperator3D sweeps a given cross section along a 3D line feature to generate a 3D corridor around the line. The differences between the two vertical modes are noticeable only for non-horizontal line segments. The image below shows a corridor seen from the side, with a steep slope in the middle.
![]() |
Platforms
Windows, Linux, Android