InfiniteLine3D.create Method

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

Description

Creates a transient 3D infinite line.

Syntax

This is a static method.

returnValue = adsk.core.InfiniteLine3D.create(origin, direction)
This is a static method.

#include <Core/Geometry/InfiniteLine3D.h>

returnValue = adsk::core::InfiniteLine3D::create(origin, direction);

Return Value

Type Description
InfiniteLine3D Returns the new InfiniteLine3D object or null if the creation failed.

Parameters

Name Type Description
origin Point3D The origin point of the line.
direction Vector3D The direction of the line.

Version

Introduced in version August 2014