Line3D.copy Method

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

Description

Creates and returns a copy of this line object.

Syntax

"line3D_var" is a variable referencing a Line3D object.
returnValue = line3D_var.copy()
"line3D_var" is a variable referencing a Line3D object.

#include <Core/Geometry/Line3D.h>

returnValue = line3D_var->copy();

Return Value

Type Description
Line3D Returns an independent copy of this line object.

Version

Introduced in version August 2014