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