Plane.copy Method

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

Description

Creates and returns an independent copy of this Plane object.

Syntax

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

#include <Core/Geometry/Plane.h>

returnValue = plane_var->copy();

Return Value

Type Description
Plane Returns a new Plane object that is a copy of this Plane object.

Version

Introduced in version August 2014