CustomGraphicsCoordinates.create Method

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

Description

Static method that creates a CustomGraphicsCoordinates object which can be used as input to various custom graphics methods.

Syntax

This is a static method.

returnValue = adsk.fusion.CustomGraphicsCoordinates.create(coordinates)
This is a static method.

#include <Fusion/Graphics/CustomGraphicsCoordinates.h>

returnValue = adsk::fusion::CustomGraphicsCoordinates::create(coordinates);

Return Value

Type Description
CustomGraphicsCoordinates Returns the created CustomGraphicsCoordinates object or null in the case of failure.

Parameters

Name Type Description
coordinates double[] An array of doubles where the values are the x, y, z components of each coordinate where the unit of measure is centimeters.

Version

Introduced in version September 2017