Represents a base class that is common to most RhinoCommon curve types.

A curve represents an entity that can be all visited by providing a single parameter, usually called t.

Namespace: Rhino.Geometry
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

See Also