ACadSharp.Entities.Dimension.HorizontalDirection - DomCR/ACadSharp GitHub Wiki

HorizontalDirection Property

All dimension types have an optional 51 group code, which indicates the horizontal direction for the dimension entity.The dimension entity determines the orientation of dimension text and lines for horizontal, vertical, and rotated linear dimensions This group value is the negative of the angle between the OCS X axis and the UCS X axis. It is always in the XY plane of the OCS

Definition

Namespace: ACadSharp.Entities.Dimension

C#

DxfCodeValueAttribute
public Double HorizontalDirection { get; set; }

Property Value

Double