PolylineSegment Constructor (Point2d, Point2d, Double, Double, Double) |
Creates a new instance of PolylineSegment.
Créé une nouvelle instance de PolylineSegment.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic PolylineSegment(
Point2d startPoint,
Point2d endPoint,
double bulge,
double startWidth,
double endWidth
)
Public Sub New (
startPoint As Point2d,
endPoint As Point2d,
bulge As Double,
startWidth As Double,
endWidth As Double
)
public:
PolylineSegment(
Point2d startPoint,
Point2d endPoint,
double bulge,
double startWidth,
double endWidth
)
new :
startPoint : Point2d *
endPoint : Point2d *
bulge : float *
startWidth : float *
endWidth : float -> PolylineSegment
Parameters
- startPoint
- Type: Point2d
Start point of the segment. - endPoint
- Type: Point2d
End point of the segment. - bulge
- Type: SystemDouble
Bulge of the segment (default 0.0). - startWidth
- Type: SystemDouble
Start width of the segment. - endWidth
- Type: SystemDouble
End width of the segment.
See Also