CylinderGraphics

new CylinderGraphics()

An optionally time-dynamic cylinder.

Members

bottomRadius :Property

Gets or sets the numeric Property specifying the cylinder's bottomRadius.

readonlydefinitionChanged :Event

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

fill :Property

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

length :Property

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

material :MaterialProperty

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

numberOfVerticalLines :Property

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

outline :Property

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

outlineColor :Property

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

outlineWidth :Property

Gets or sets the Number Property specifying the width of the outline.

show :Property

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

slices :Property

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

topRadius :Property

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

Methods

clone(result)CylinderGraphics

Duplicates a CylinderGraphics instance.
Name Type Description
result CylinderGraphics optional The object onto which to store the result.
Returns:
The modified result parameter or a new instance if one was not provided.

merge(source)

Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description
source CylinderGraphics The object to be merged into this object.