Profile.plane Property

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

Description

Returns the plane the profile is defined in. The returned plane can differ from the parent sketch plane when isOnSketchPlane is false.

Syntax

"profile_var" is a variable referencing a Profile object.
# Get the value of the property.
propertyValue = profile_var.plane
"profile_var" Is a variable referencing a Profile Object.
#include <Fusion/Sketch/Profile.h>

// Get the value of the property.
Ptr<Plane> propertyValue = profile_var->plane();
"profile_var" Is a variable referencing a Profile Object.
// Get the value of the property.
propertyValue = profile_var.plane;

Property Value

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

Version

Introduced in version August 2014