An enumeration that defines the sprial types.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum SpiralType
VB
Public Enumeration SpiralType
C++
public enum class SpiralType
Members
| Member name | Value | Description |
|---|---|---|
| Clothoid | 256 | |
| SineHalfWave | 257 | |
| JapaneseCubic | 258 | |
| Bloss | 259 | |
| CubicParabola | 260 | |
| Sinusoidal | 261 | |
| BiQuadratic | 262 | |
| NSWCubic | 264 | |
| OffsetClothoid | 1,048,832 | |
| OffsetHalfWaveLenDimnTangent | 1,048,833 | |
| OffsetJapaneseCubic | 1,048,834 | |
| OffsetBloss | 1,048,835 | |
| OffsetCubicParabola | 1,048,836 | |
| OffsetSinusoidal | 1,048,837 | |
| OffsetBiQuadratic | 1,048,838 | |
| OffsetHalfWaveLenDimnTangent2 | 1,048,839 | |
| OffsetInvalidSpiralType | 268,435,455 |
