ProfileLoop.profileCurves Property

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

Description

Returns a collection of the curves making up this loop.

Syntax

"profileLoop_var" is a variable referencing a ProfileLoop object.

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

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

Property Value

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

Version

Introduced in version August 2014