MoveFeatureInput.defineAsPointToPoint Method

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

Description

This method defines a move feature described by a translation from one point to another.

Syntax

"moveFeatureInput_var" is a variable referencing a MoveFeatureInput object.
returnValue = moveFeatureInput_var.defineAsPointToPoint(originPoint, targetPoint)
"moveFeatureInput_var" is a variable referencing a MoveFeatureInput object.

#include <Fusion/Features/MoveFeatureInput.h>

returnValue = moveFeatureInput_var->defineAsPointToPoint(originPoint, targetPoint);

Return Value

Type Description
boolean Returns true if defining the type of move is successful.

Parameters

Name Type Description
originPoint Base The first point that defines the start position of the move.
targetPoint Base The second point that defines the direction and distance of the move.

Version

Introduced in version January 2023