ProfileCurve.parentProfileLoop Property
Parent Object:
ProfileCurveDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/ProfileCurve.h>
Description
Returns the parent ProfileLoop object.
Syntax
"profileCurve_var" is a variable referencing a ProfileCurve object.
# Get the value of the property. propertyValue = profileCurve_var.parentProfileLoop
|
"profileCurve_var" is a variable referencing a ProfileCurve object.
#include <Fusion/Sketch/ProfileCurve.h>
// Get the value of the property. Ptr<ProfileLoop> propertyValue = profileCurve_var->parentProfileLoop();
|
Property Value
This is a read only property whose value is a
ProfileLoop.
Version
Introduced in version August 2014