Click or drag to resize

PolylineSegment Constructor (Point2d, Point2d, Double, Double)

Creates a new instance of PolylineSegment.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public PolylineSegment(
	Point2d startPoint,
	Point2d endPoint,
	double bulge = 0,
	double constantWidth = 0
)

Parameters

startPoint
Type: Point2d
Start point of the segment.
endPoint
Type: Point2d
End point of the segment.
bulge (Optional)
Type: SystemDouble
Bulge of the segment (default 0.0).
constantWidth (Optional)
Type: SystemDouble
Constant width of the segment (default 0.0).
See Also