Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

44f75754 3377 ba6f 81ab 9a6af47e693c

haplokuon edited this page May 6, 2023 · 1 revision

Bulge Property

netDxf 3.0.0 Library

Gets or set the polyline 2D vertex bulge.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Bulge { get; set; }

VB

Public Property Bulge As Double
	Get
	Set

C++

public:
property double Bulge {
	double get ();
	void set (double value);
}

F#

member Bulge : float with get, set

Property Value

Double

Remarks

The bulge is the tangent of one fourth the included angle for an arc segment, made negative if the arc goes clockwise from the start point to the endpoint. A bulge of 0 indicates a straight segment, and a bulge of 1 is a semicircle.

See Also

Reference

Polyline2DVertex Class
netDxf.Entities Namespace

Clone this wiki locally