Click or drag to resize

LineCurve Constructor

Overload List
  NameDescription
Public methodLineCurve
Initializes a new instance of the LineCurve class.
Public methodLineCurve(Line)
Initializes a new instance of the LineCurve class, by retrieving its value from a line.
Public methodLineCurve(LineCurve)
Initializes a new instance of the LineCurve class, by copying values from another linear curve.
Public methodLineCurve(Point2d, Point2d)
Initializes a new instance of the LineCurve class, by setting start and end point from two 2D points.
Public methodCode exampleLineCurve(Point3d, Point3d)
Initializes a new instance of the LineCurve class, by setting start and end point from two 3D points.
Protected methodLineCurve(SerializationInfo, StreamingContext)
Protected constructor used in serialization.
Public methodLineCurve(Line, Double, Double)
Initializes a new instance of the LineCurve class, by retrieving its value from a line and setting the domain.
Top
See Also