ProfileLoop.parentProfile Property

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

Description

Returns the parent Profile object.

Syntax

"profileLoop_var" is a variable referencing a ProfileLoop object.

# Get the value of the property.
propertyValue = profileLoop_var.parentProfile
"profileLoop_var" is a variable referencing a ProfileLoop object.
#include <Fusion/Sketch/ProfileLoop.h>

// Get the value of the property.
Ptr<Profile> propertyValue = profileLoop_var->parentProfile();

Property Value

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

Version

Introduced in version August 2014