MoveFeatureRotateDefinition.parentMoveFeature Property

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

Description

Returns the parent MoveFeature object

Syntax

"moveFeatureRotateDefinition_var" is a variable referencing a MoveFeatureRotateDefinition object.

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

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

Property Value

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

Version

Introduced in version January 2023