Share

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

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?