DynamicEllipsoid

DynamicEllipsoid

new

An optionally time-dynamic ellipsoid.

Source:

Members

:Event

Gets the event that is raised whenever a new property is assigned.

:Property

Gets or sets the Boolean Property specifying whether the ellipsoid should be filled.

:MaterialProperty

Gets or sets the MaterialProperty specifying the appearance of the ellipsoid.

:Property

Gets or sets the Boolean Property specifying whether the ellipsoid should be outlined.

:Property

Gets or sets the Color Property specifying whether the color of the outline.

:Property

Gets or sets the Cartesian3 Property specifying the radii of the ellipsoid.

:Property

Gets or sets the boolean Property specifying the visibility of the ellipsoid.

:Property

Gets or sets the Number Property specifying the number of times to partition the ellipsoid into radial slices.

:Property

Gets or sets the Number Property specifying the number of times to partition the ellipsoid into stacks.

:Property

Gets or sets the Number Property specifying the number of points per line, determining the granularity of the curvature .

Methods

Duplicates a DynamicEllipsoid instance.

Parameters:
Name Type Argument Description
result DynamicEllipsoid <optional>
The object onto which to store the result.
Returns:
DynamicEllipsoid The modified result parameter or a new instance if one was not provided.

Assigns each unassigned property on this object to the value of the same property on the provided source object.

Parameters:
Name Type Description
source DynamicEllipsoid The object to be merged into this object.