CustomGraphicsCoordinates.getCoordinate Method

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

Description

Gets the coordinate at the specified index.

Syntax

"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.
returnValue = customGraphicsCoordinates_var.getCoordinate(index)
"customGraphicsCoordinates_var" is a variable referencing a CustomGraphicsCoordinates object.

#include <Fusion/Graphics/CustomGraphicsCoordinates.h>

returnValue = customGraphicsCoordinates_var->getCoordinate(index);

Return Value

Type Description
Point3D Returns the coordinate as a Point3D object.

Parameters

Name Type Description
index integer The index of the coordinate to return. The first coordinate has an index of 0.

Version

Introduced in version September 2017