Construct Sphere

Constructs a sphere with a specified center and radius.

 

Input Arguments

 

0

Collection Object Name

Sphere Name

The name for the resulting sphere.

1

Vector

Sphere Center (in working coordinates)

The center of the resulting sphere.

2

Double

Sphere Radius

The radius of the resulting sphere.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The sphere was created successfully.

 

Remarks

If the specified sphere name already exists, the name will be incremented automatically to avoid duplicates. If a sphere name is not provided, a default name of “Sphere” will be used.

While a zero or negative radius can be specified, the results during analysis can be undefined.