Share

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. Profiles are always planar and exist within a single plane.

Syntax

"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

Was this information helpful?