LoftFreeEndCondition.parentLoftSection Property

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

Description

Returns the parent loft section.

Syntax

"loftFreeEndCondition_var" is a variable referencing a LoftFreeEndCondition object.

# Get the value of the property.
propertyValue = loftFreeEndCondition_var.parentLoftSection
"loftFreeEndCondition_var" is a variable referencing a LoftFreeEndCondition object.
#include <Fusion/Features/LoftFreeEndCondition.h>

// Get the value of the property.
Ptr<LoftSection> propertyValue = loftFreeEndCondition_var->parentLoftSection();

Property Value

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

Version

Introduced in version August 2016