Skip to content

ACadSharp.Entities.IText.AlignmentPoint

Albert Domenech edited this page Mar 25, 2025 · 1 revision

AlignmentPoint Property

X-axis direction vector(in WCS).

Remarks

A group code 50 (rotation angle in radians) passed as DXF input is converted to the equivalent direction vector (if both a code 50 and codes 11, 21, 31 are passed, the last one wins). This is provided as a convenience for conversions from text objects

Definition

Namespace: ACadSharp.Entities.IText

C#

public XYZ AlignmentPoint { get; set; }

Property Value

XYZ

Clone this wiki locally