Profile.isOnSketchPlane Property

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

Description

Indicates if the profile lies on the parent sketch plane. A false value does not prevent areaProperties from being calculated.

Syntax

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

// Get the value of the property.
boolean propertyValue = profile_var->isOnSketchPlane();
"profile_var" Is a variable referencing a Profile Object.
// Get the value of the property.
propertyValue = profile_var.isOnSketchPlane;

Property Value

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

Version

Introduced in version July 2026