Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

57a83094 50ca 7ca1 21bd 51cb6192d614

haplokuon edited this page May 6, 2023 · 1 revision

GetTransformation Method

netDxf 3.0.0 Library

Gets the insert transformation matrix.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Matrix3 GetTransformation()

VB

Public Function GetTransformation As Matrix3

C++

public:
Matrix3 GetTransformation()

F#

member GetTransformation : unit -> Matrix3 

Return Value

Matrix3
The insert transformation matrix.

Remarks

This method uses the DefaultInsUnits defined by the Insert class to obtain the scale between the drawing and the block units. Additionally, if the insert belongs to a block the units to use are the ones defined in the BlockRecord, and if the insert belongs to a layout the units to use are the ones defined in the document drawing variable InsUnits.

See Also

Reference

Insert Class
GetTransformation Overload
netDxf.Entities Namespace

Clone this wiki locally