EnclosureFunctionType Enumeration |
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum EnclosureFunctionType
Public Enumeration EnclosureFunctionType
public enum class EnclosureFunctionType
type EnclosureFunctionType
Members
| Member name | Description |
---|
| Other |
The enclosure function is of some other type.
|
| ConeAngle |
The enclosure function acts like a cone angle.
|
| ClockAngle |
The enclosure function acts like a clock angle.
|
| RadialLimit |
The enclosure function acts like a radial limit.
|
See Also