Canvas.plane Property
Parent Object:
CanvasDefined in namespace "adsk::fusion" and the header file is <Fusion/Image/Canvas.h>
Description
Returns a Plane object that represents the position and orientation of the canvas in model space.
Syntax
"canvas_var" is a variable referencing a Canvas object.
# Get the value of the property. propertyValue = canvas_var.plane
|
"canvas_var" is a variable referencing a Canvas object.
#include <Fusion/Image/Canvas.h>
// Get the value of the property. Ptr<Plane> propertyValue = canvas_var->plane();
|
Property Value
This is a read only property whose value is a
Plane.
Version
Introduced in version May 2023