InfiniteLine3D.copy Method

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

Description

Creates and returns a copy of this line object.

Syntax

"infiniteLine3D_var" is a variable referencing an InfiniteLine3D object.
returnValue = infiniteLine3D_var.copy()
"infiniteLine3D_var" is a variable referencing an InfiniteLine3D object.

#include <Core/Geometry/InfiniteLine3D.h>

returnValue = infiniteLine3D_var->copy();

Return Value

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

Version

Introduced in version August 2014