EllipticalArc2D.transformBy Method
Parent Object:
EllipticalArc2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalArc2D.h>
Description
Transforms this curve in 2D space.
Syntax
"ellipticalArc2D_var" is a variable referencing an EllipticalArc2D object.returnValue = ellipticalArc2D_var.transformBy(matrix)
|
"ellipticalArc2D_var" is a variable referencing an EllipticalArc2D object.
#include <Core/Geometry/EllipticalArc2D.h>
returnValue = ellipticalArc2D_var->transformBy(matrix);
|
Return Value
boolean |
Return true if the transform was successful. |
Parameters
matrix |
Matrix2D |
A 2D matrix that defines the transform to apply to the curve. |
Version
Introduced in version August 2014