Skip to content

ACadSharp.Entities.IVertex.Bulge

Albert Domenech edited this page Jul 14, 2024 · 1 revision

Bulge Property

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

Definition

Namespace: ACadSharp.Entities.IVertex

C#

public Double Bulge { get; }

Property Value

Double

Clone this wiki locally