Skip to content

ACadSharp.Entities.MText.AlignmentPoint

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

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.MText

C#

public XYZ AlignmentPoint { get; set; }

Property Value

XYZ

Clone this wiki locally