DynamicRectangle

DynamicRectangle

new

An optionally time-dynamic Rectangle.

Source:

Members

:Property

Gets or sets the Boolean Property specifying whether an extruded rectangle should have a closed bottom.

:Property

Gets or sets the Boolean Property specifying whether an extruded rectangle should have a closed top.

:Property

Gets or sets the Rectangle Property specifying the extent.

: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 rectangle. Setting this property creates a rectangle shaped volume starting at height and ending at the extruded height.

:Property

Gets or sets the Boolean Property specifying whether the rectangle 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 rectangle. If undefined, the rectangle will be on the surface.

:MaterialProperty

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

:Property

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

:Property

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

:Property

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

:Property

Gets or sets the boolean Property specifying the rectangle'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 DynamicRectangle instance.

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