Skip to content

ACadSharp.Objects.MultiLeaderAnnotContext.TransformationMatrix

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

TransformationMatrix Property

Gets a array of 16 doubles containg the complete transformation matrix.

Remarks

Order of transformation is: Rotation, OCS to WCS (using normal vector), Scaling (using scale vector), Translation (using location)

Definition

Namespace: ACadSharp.Objects.MultiLeaderAnnotContext

C#

DxfCodeValueAttribute
public Matrix4 TransformationMatrix { get; set; }

Property Value

Matrix4

Clone this wiki locally