MoveFeaturePointToPointDefinition.parentMoveFeature Property

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

Description

Returns the parent MoveFeature object

Syntax

"moveFeaturePointToPointDefinition_var" is a variable referencing a MoveFeaturePointToPointDefinition object.

# Get the value of the property.
propertyValue = moveFeaturePointToPointDefinition_var.parentMoveFeature
"moveFeaturePointToPointDefinition_var" is a variable referencing a MoveFeaturePointToPointDefinition object.
#include <Fusion/Features/MoveFeaturePointToPointDefinition.h>

// Get the value of the property.
Ptr<MoveFeature> propertyValue = moveFeaturePointToPointDefinition_var->parentMoveFeature();

Property Value

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

Version

Introduced in version January 2023