Share

Plane.normal Property

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

Description

Gets and sets the normal of the plane.

Syntax

"plane_var" is a variable referencing a Plane object.

# Get the value of the property.
propertyValue = plane_var.normal

# Set the value of the property.
plane_var.normal = propertyValue

Property Value

This is a read/write property whose value is a Vector3D.

Version

Introduced in version August 2014

Was this information helpful?