Click or drag to resize

ConicSectionType Enumeration

Defines enumerated values for types of conic sections.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public enum ConicSectionType
Members
  Member nameValueDescription
Unknown0 The curve shape is unknown.
Circle1 The curve has the shape of a circle.
Ellipse2 The curve has the shape of an ellipse.
Hyperbola3 The curve has the shape of a hyperbola.
Parabola4 The curve has the shape of a parabola.
See Also