Skip to content

ACadSharp.Tables.DimensionStyle.JoggedRadiusDimensionTransverseSegmentAngle

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

JoggedRadiusDimensionTransverseSegmentAngle Property

Determines the angle of the transverse segment of the dimension line in a jogged radius dimension in radians. (see DIMJOGANG System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double JoggedRadiusDimensionTransverseSegmentAngle { get; set; }

Property Value

Double

Value

Jogged radius dimensions are often created when the center point is located off the page. Valid settings range is 5 to 90 degrees.

Clone this wiki locally