T_Rhino_Geometry_ConicSectionType - mcneel/rhinocommon-api-docs GitHub Wiki
Defines enumerated values for types of conic sections.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum ConicSectionTypeVB
Public Enumeration ConicSectionType
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The curve shape is unknown. | |
| Circle | 1 | The curve has the shape of a circle. | |
| Ellipse | 2 | The curve has the shape of an ellipse. | |
| Hyperbola | 3 | The curve has the shape of a hyperbola. | |
| Parabola | 4 | The curve has the shape of a parabola. |
Supported in: 6.0.16224.21491