InfiniteLine3D.create Method
Parent Object: InfiniteLine3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/InfiniteLine3D.h>
Description
Creates a transient 3D infinite line.
Syntax
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. |