DynamicWall

DynamicWall

new

An optionally time-dynamic two dimensional wall.

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 wall should be filled.

:Property

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

:MaterialProperty

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

:Property

Gets or sets the Array Property specifying the top heights along the wall. This array must be the same length as vertexPositions, containing a height for each position. If undefined, the heights from vertexPositions are used.

:Property

Gets or sets the Array Property specifying the bottom heights of the wall. This array must be the same length as vertexPositions, containing a height for each position. If undefined, the bottom of the wall will be on the surface of the ellipsoid.

:Property

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

:Property

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

:Property

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

Methods

Duplicates a DynamicWall instance.

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