Share

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

Property Value

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

Version

Introduced in version January 2023

Was this information helpful?