Represents a base class that is common to most RhinoCommon curve types.
Namespace: Rhino.GeometryA curve represents an entity that can be all visited by providing a single parameter, usually called t.
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class Curve : GeometryBase |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Curve _ Inherits GeometryBase |
Inheritance Hierarchy
System..::..Object
Rhino.Runtime..::..CommonObject
Rhino.Geometry..::..GeometryBase
Rhino.Geometry..::..Curve
Rhino.Geometry..::..ArcCurve
Rhino.Geometry..::..CurveProxy
Rhino.Geometry..::..LineCurve
Rhino.Geometry..::..NurbsCurve
Rhino.Geometry..::..PolyCurve
Rhino.Geometry..::..PolylineCurve
Rhino.Runtime..::..CommonObject
Rhino.Geometry..::..GeometryBase
Rhino.Geometry..::..Curve
Rhino.Geometry..::..ArcCurve
Rhino.Geometry..::..CurveProxy
Rhino.Geometry..::..LineCurve
Rhino.Geometry..::..NurbsCurve
Rhino.Geometry..::..PolyCurve
Rhino.Geometry..::..PolylineCurve