Profile.plane Property
Parent Object:
ProfileDefined 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
|
"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();
|
Property Value
This is a read only property whose value is a
Plane.
Version
Introduced in version August 2014