Plane.transformBy Method
Parent Object:
PlaneDefined 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
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