Plane.create Method
Parent Object: PlaneDefined in namespace "adsk::core" and the header file is <Core/Geometry/Plane.h>
Description
Creates a transient plane object by specifying an origin and a normal direction.
Syntax
Return Value
Type | Description |
Plane | Returns the new plane object or null if the creation failed. |
Parameters
Name | Type | Description |
origin | Point3D | The origin point of the plane. |
normal | Vector3D | The normal direction of the plane. |