Profile.profileLoops Property
Parent Object:
ProfileDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Profile.h>
Description
The loops or closed areas within this profile. There is always a single outer loop but there can be zero to many inner loops defining voids in the profile.
Syntax
"profile_var" is a variable referencing a Profile object.
# Get the value of the property. propertyValue = profile_var.profileLoops
|
"profile_var" is a variable referencing a Profile object.
#include <Fusion/Sketch/Profile.h>
// Get the value of the property. Ptr<ProfileLoops> propertyValue = profile_var->profileLoops();
|
Property Value
This is a read only property whose value is a
ProfileLoops.
Version
Introduced in version August 2014