EllipticalCone.transformBy Method
Parent Object:
EllipticalConeDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCone.h>
Description
Updates this surface by transforming it with a given input matrix.
Syntax
"ellipticalCone_var" is a variable referencing an EllipticalCone object.returnValue = ellipticalCone_var.transformBy(matrix)
|
"ellipticalCone_var" is a variable referencing an EllipticalCone object.
#include <Core/Geometry/EllipticalCone.h>
returnValue = ellipticalCone_var->transformBy(matrix);
|
Return Value
boolean |
Returns true if the transform was successful. |
Parameters
matrix |
Matrix3D |
A 3D matrix that defines the transform to apply to the surface. |
Version
Introduced in version August 2014