-
Home
-
API
-
ProCad.Editing.Operations
-
CadOperationPayloadCodec
-
Methods
-
TransformText(CadEntityId, XYZ, XYZ, Double, Double, XYZ, XYZ, Double, Double)
TransformText(CadEntityId, XYZ, XYZ, Double, Double, XYZ, XYZ, Double, Double) Method
Definition
public static CadOperation TransformText(CadEntityId entityId, XYZ fromInsertPoint, XYZ fromAlignmentPoint, double fromHeight, double fromRotation, XYZ toInsertPoint, XYZ toAlignmentPoint, double toHeight, double toRotation)
Parameters
- fromInsertPoint
- CSMath.XYZ
- fromAlignmentPoint
- CSMath.XYZ
- toAlignmentPoint
- CSMath.XYZ
Returns