MoveFeature.definition Property
Parent Object:
MoveFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/MoveFeature.h>
Description
Returns the MoveFeatureDefinition object which provides access to the information that specifies how this MoveFeature is defined.
Syntax
"moveFeature_var" is a variable referencing a MoveFeature object.
# Get the value of the property. propertyValue = moveFeature_var.definition
|
"moveFeature_var" is a variable referencing a MoveFeature object.
#include <Fusion/Features/MoveFeature.h>
// Get the value of the property. Ptr<MoveFeatureDefinition> propertyValue = moveFeature_var->definition();
|
Property Value
This is a read only property whose value is a
MoveFeatureDefinition.
Version
Introduced in version January 2023