LoftPointTangentEndCondition.parentLoftSection Property

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

Description

Returns the parent loft section.

Syntax

"loftPointTangentEndCondition_var" is a variable referencing a LoftPointTangentEndCondition object.

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

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

Property Value

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

Version

Introduced in version August 2016