Click or drag to resize

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)
Syntax
public PolylineSegment(
	Point2d startPoint,
	Point2d endPoint,
	double bulge,
	double startWidth,
	double endWidth
)

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