CanvasInput.plane Property

Parent Object: CanvasInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Image/CanvasInput.h>

Description

Returns a Plane object that is obtained from the planar face or construction plane and defines the parameter space the canvas is positioned relative to.

Syntax

"canvasInput_var" is a variable referencing a CanvasInput object.

# Get the value of the property.
propertyValue = canvasInput_var.plane
"canvasInput_var" is a variable referencing a CanvasInput object.
#include <Fusion/Image/CanvasInput.h>

// Get the value of the property.
Ptr<Plane> propertyValue = canvasInput_var->plane();

Property Value

This is a read only property whose value is a Plane.

Version

Introduced in version May 2023