CylinderGraphics

external class CylinderGraphics(source)

Describes a cylinder, truncated cone, or cone defined by a length, top radius, and bottom radius. 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 or sets the numeric Property specifying the radius of the bottom of the cylinder.

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 cylinder will be displayed.

Link copied to clipboard

Gets or sets the boolean Property specifying whether the cylinder 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 numeric Property specifying the length of the cylinder.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Property specifying the number of vertical lines to draw along the perimeter for the outline.

Link copied to clipboard

Gets or sets the boolean Property specifying whether the cylinder 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

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

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Property specifying the number of edges around the perimeter of the cylinder.

Link copied to clipboard

Gets or sets the numeric Property specifying the radius of the top of the cylinder.

Functions

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

Duplicates this instance.

Link copied to clipboard
fun merge(source: CylinderGraphics)

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