Ellipse2D.transformBy Method

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

Description

Transforms this curve in 2D space.

Syntax

"ellipse2D_var" is a variable referencing an Ellipse2D object.
returnValue = ellipse2D_var.transformBy(matrix)
"ellipse2D_var" is a variable referencing an Ellipse2D object.

#include <Core/Geometry/Ellipse2D.h>

returnValue = ellipse2D_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