MoveFeaturePointToPointDefinition.targetPoint Property

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

Description

Gets and sets the second point that defines the direction and distance of the move.

To use this property, you need to position the timeline marker to immediately before this feature. This can be accomplished using the following code: thisFeature.timelineObject.rollTo(True)

Syntax

"moveFeaturePointToPointDefinition_var" is a variable referencing a MoveFeaturePointToPointDefinition object.

# Get the value of the property.
propertyValue = moveFeaturePointToPointDefinition_var.targetPoint

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

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

// Set the value of the property, where value_var is a Base.
bool returnValue = moveFeaturePointToPointDefinition_var->targetPoint(value_var);

Property Value

This is a read/write property whose value is a Base.

Version

Introduced in version January 2023