DynamicEllipsoid

DynamicEllipsoid

new

An optionally time-dynamic ellipsoid.

Source:

Members

:MaterialProperty

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

: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.

Methods

<static>

Given two DynamicObjects, takes the ellipsoid properties from the second and assigns them to the first, assuming such a property did not already exist.

Parameters:
Name Type Description
targetObject DynamicObject The DynamicObject which will have properties merged onto it.
objectToMerge DynamicObject The DynamicObject containing properties to be merged.

<static>

Given a DynamicObject, undefines the ellipsoid associated with it.

Parameters:
Name Type Description
dynamicObject DynamicObject The DynamicObject to remove the ellipsoid from.