new CylinderGraphics()
An optionally time-dynamic cylinder.
Members
-
bottomRadius :Property
-
Gets or sets the numeric
Propertyspecifying 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
Propertyspecifying whether the cylinder should be filled. -
length :Property
-
Gets or sets the numeric
Propertyspecifying the cylinder's semi-major-axis. -
material :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the appearance of the polygon. -
numberOfVerticalLines :Property
-
Gets or sets the Number
Propertyspecifying the number of vertical lines to use when outlining the cylinder. -
outline :Property
-
Gets or sets the Boolean
Propertyspecifying whether the cylinder should be outlined. -
outlineColor :Property
-
Gets or sets the Color
Propertyspecifying the color of the outline. -
outlineWidth :Property
-
Gets or sets the Number
Propertyspecifying the width of the outline. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the polygon's visibility. -
slices :Property
-
Gets or sets the Number
Propertyspecifying the sampling distance, in radians, between each latitude and longitude point. -
topRadius :Property
-
Gets or sets the numeric
Propertyspecifying the cylinder's semi-minor-axis.
Methods
-
clone(result) → CylinderGraphics
-
Duplicates a CylinderGraphics instance.
Name Type Description resultCylinderGraphics 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 sourceCylinderGraphics The object to be merged into this object.
