EllipsoidGraphics

external class EllipsoidGraphics(source)

Describe an ellipsoid or sphere. The center position and orientation are determined by the containing Entity.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets the event that is raised whenever a property or sub-property is changed or modified.

Link copied to clipboard

Gets or sets the DistanceDisplayCondition Property specifying at what distance from the camera that this ellipsoid will be displayed.

Link copied to clipboard

Gets or sets the boolean Property specifying whether the ellipsoid is filled with the provided material.

Link copied to clipboard

Gets or sets the Property specifying the HeightReference.

Link copied to clipboard

Gets or sets the Cartesian3 specifying the inner radii of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the material used to fill the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the maximum clock angle of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the maximum cone angle of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the minimum clock angle of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the minimum cone angle of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying whether the ellipsoid is outlined.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Cartesian3 specifying the radii of the ellipsoid.

Link copied to clipboard

Get or sets the enum Property specifying whether the ellipsoid casts or receives shadows from light sources.

Link copied to clipboard

Gets or sets the boolean Property specifying the visibility of the ellipsoid.

Link copied to clipboard

Gets or sets the Property specifying the number of radial slices per 360 degrees.

Link copied to clipboard

Gets or sets the Property specifying the number of stacks.

Link copied to clipboard

Gets or sets the Property specifying the number of samples per outline ring, determining the granularity of the curvature.

Functions

Link copied to clipboard
fun clone(result: EllipsoidGraphics? = definedExternally): EllipsoidGraphics

Duplicates this instance.

Link copied to clipboard

Assigns each unassigned property on this object to the value of the same property on the provided source object.