Plane.transformBy Method

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

Description

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

Syntax

"plane_var" is a variable referencing a Plane object.
returnValue = plane_var.transformBy(matrix)
"plane_var" is a variable referencing a Plane object.

#include <Core/Geometry/Plane.h>

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