Plane.create 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 and a normal direction.

Syntax

This is a static method.

returnValue = adsk.core.Plane.create(origin, normal)
This is a static method.

#include <Core/Geometry/Plane.h>

returnValue = adsk::core::Plane::create(origin, normal);

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.

Version

Introduced in version August 2014