CustomGraphicsCoordinates.create Method
Parent Object:
CustomGraphicsCoordinatesDefined 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
Parameters
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