<Code Lib>
2023 Enumeration
Changes 2
E

HorizontalCurveType

Description:
Represents the curve types for the horizontal curves which define geometry.

public enum HorizontalCurveType

Name Description
E Unknown Unknown curve type, used in cases where the curve type cannot be determined.
E Line Line curve type.
E Arc Arc curve type.
E Spiral Spiral curve type.

Loading…