Sphere.create Method
Parent Object: SphereDefined in namespace "adsk::core" and the header file is <Core/Geometry/Sphere.h>
Description
Creates a transient sphere object.
Syntax
Return Value
Type | Description |
Sphere | Returns the new Sphere object or null if the creation failed. |
Parameters
Name | Type | Description |
origin | Point3D | The origin point (center) of the sphere. |
radius | double | The radius of the sphere. |