Skip to content

ACadSharp.Objects.MultiLeaderObjectContextData.TransformationMatrix

Albert Domenech edited this page Sep 17, 2025 · 1 revision

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

C#

DxfCodeValueAttribute
public Matrix4 TransformationMatrix { get; set; }

Property Value

Matrix4

Clone this wiki locally