TransformText(CadEntityId, XYZ, XYZ, Double, Double, XYZ, XYZ, Double, Double) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformText(CadEntityId entityId, XYZ fromInsertPoint, XYZ fromAlignmentPoint, double fromHeight, double fromRotation, XYZ toInsertPoint, XYZ toAlignmentPoint, double toHeight, double toRotation)

Parameters

entityId
CadEntityId
fromInsertPoint
CSMath.XYZ
fromAlignmentPoint
CSMath.XYZ
fromHeight
Double
fromRotation
Double
toInsertPoint
CSMath.XYZ
toAlignmentPoint
CSMath.XYZ
toHeight
Double
toRotation
Double

Returns