Point2D.create Method
Parent Object: Point2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Point2D.h>
Description
Creates a transient 2D point object.
Syntax
This is a static method.
|
Return Value
Type | Description |
Point2D | Returns the new Point2D object or null if the creation failed. |
Parameters
Name | Type | Description |
x | double | The x coordinate of the point This is an optional argument whose default value is 0.0. |
y | double | The y coordinate of the point This is an optional argument whose default value is 0.0. |