LoftDirectionEndCondition.parentLoftSection Property

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

Description

Returns the parent loft section.

Syntax

"loftDirectionEndCondition_var" is a variable referencing a LoftDirectionEndCondition object.

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

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

Property Value

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

Version

Introduced in version August 2016