TSplineBody.parentFormFeature Property

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

Description

Returns the owning form feature.

Syntax

"tSplineBody_var" is a variable referencing a TSplineBody object.

# Get the value of the property.
propertyValue = tSplineBody_var.parentFormFeature
"tSplineBody_var" is a variable referencing a TSplineBody object.
#include <Fusion/TSpline/TSplineBody.h>

// Get the value of the property.
Ptr<FormFeature> propertyValue = tSplineBody_var->parentFormFeature();

Property Value

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

Version

Introduced in version April 2019