Overload_Rhino_Geometry_LineCurve__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

LineCurve Constructor

Overload List

 

Name Description
Public method LineCurve() Initializes a new instance of the LineCurve class.
Public method LineCurve(Line) Initializes a new instance of the LineCurve class, by retrieving its value from a line.
Public method LineCurve(LineCurve) Initializes a new instance of the LineCurve class, by copying values from another linear curve.
Protected method LineCurve(SerializationInfo, StreamingContext) Protected constructor used in serialization.
Public method LineCurve(Point2d, Point2d) Initializes a new instance of the LineCurve class, by setting start and end point from two 2D points.
Public methodCode example LineCurve(Point3d, Point3d) Initializes a new instance of the LineCurve class, by setting start and end point from two 3D points.
Public method LineCurve(Line, Double, Double) Initializes a new instance of the LineCurve class, by retrieving its value from a line and setting the domain.
  Back to Top

See Also

Reference

LineCurve Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️