Arc2D.transformBy Method

Parent Object: Arc2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Arc2D.h>

Description

Transforms this curve in 2D space.

Syntax

"arc2D_var" is a variable referencing an Arc2D object.
returnValue = arc2D_var.transformBy(matrix)
"arc2D_var" is a variable referencing an Arc2D object.

#include <Core/Geometry/Arc2D.h>

returnValue = arc2D_var->transformBy(matrix);

Return Value

Type Description
boolean Return true if the transform was successful.

Parameters

Name Type Description
matrix Matrix2D A 2D matrix that defines the transform to apply to the curve.

Version

Introduced in version August 2014