DynamicEllipse

DynamicEllipse

new

An optionally time-dynamic ellipse.

Source:

Members

:Event

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

:Property

Gets or sets the Number Property specifying the extruded height of the polygon. Setting this property creates a polygon shaped volume starting at height and ending at the extruded height.

:Property

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

:Property

Gets or sets the Number Property specifying the sampling distance, in radians, between each latitude and longitude point.

:Property

Gets or sets the Number Property specifying the height of the polygon. If undefined, the polygon will be on the surface.

:MaterialProperty

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

:Property

Gets or sets the Number Property specifying the number of vertical lines to use when outlining the ellipse.

:Property

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

:Property

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

:Property

Gets or sets the numeric Property specifying the ellipse's rotation.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-major-axis.

:Property

Gets or sets the numeric Property specifying the ellipse's semi-minor-axis.

:Property

Gets or sets the boolean Property specifying the polygon's visibility.

:Property

Gets or sets the Number Property specifying the rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise.

Methods

Duplicates a DynamicEllipse instance.

Parameters:
Name Type Argument Description
result DynamicEllipse <optional>
The object onto which to store the result.
Returns:
DynamicEllipse 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 DynamicEllipse The object to be merged into this object.