new EllipsoidGraphics()
An optionally time-dynamic ellipsoid.
Members
-
readonlydefinitionChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
fill :Property
-
Gets or sets the Boolean
Propertyspecifying whether the ellipsoid should be filled. -
material :MaterialProperty
-
Gets or sets the
MaterialPropertyspecifying the appearance of the ellipsoid. -
outline :Property
-
Gets or sets the Boolean
Propertyspecifying whether the ellipsoid should be outlined. -
outlineColor :Property
-
Gets or sets the Color
Propertyspecifying whether the color of the outline. -
outlineWidth :Property
-
Gets or sets the Number
Propertyspecifying the width of the outline. -
radii :Property
-
Gets or sets the
Cartesian3Propertyspecifying the radii of the ellipsoid. -
show :Property
-
Gets or sets the boolean
Propertyspecifying the visibility of the ellipsoid. -
slicePartitions :Property
-
Gets or sets the Number
Propertyspecifying the number of times to partition the ellipsoid into radial slices. -
stackPartitions :Property
-
Gets or sets the Number
Propertyspecifying the number of times to partition the ellipsoid into stacks. -
subdivisions :Property
-
Gets or sets the Number
Propertyspecifying the number of points per line, determining the granularity of the curvature .
Methods
-
clone(result) → EllipsoidGraphics
-
Duplicates a EllipsoidGraphics instance.
Name Type Description resultEllipsoidGraphics 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 sourceEllipsoidGraphics The object to be merged into this object.
