Plane.createUsingDirections Method

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

Description

Creates a transient plane object by specifying an origin along with U and V directions.

Syntax

This is a static method.

returnValue = adsk.core.Plane.createUsingDirections(origin, uDirection, vDirection)
This is a static method.

#include <Core/Geometry/Plane.h>

returnValue = adsk::core::Plane::createUsingDirections(origin, uDirection, vDirection);

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.
uDirection Vector3D The U direction for the plane.
vDirection Vector3D The V direction for the plane.

Version

Introduced in version August 2014