EllipticalCylinder.transformBy Method

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

Description

Updates this surface by transforming it with a given input matrix.

Syntax

"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
returnValue = ellipticalCylinder_var.transformBy(matrix)
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.

#include <Core/Geometry/EllipticalCylinder.h>

returnValue = ellipticalCylinder_var->transformBy(matrix);

Return Value

Type Description
boolean Returns true if the transform was successful.

Parameters

Name Type Description
matrix Matrix3D A 3D matrix that defines the transform to apply to the surface.

Version

Introduced in version August 2014