Share

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?