PolylineVolumeGraphics

Describes a polyline volume defined as a line strip and corresponding two dimensional shape which is extruded along it. The resulting volume conforms to the curvature of the globe.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Gets or sets the CornerType Property specifying the style of the corners.

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

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the numeric Property specifying the angular distance between points on the volume.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Property specifying whether the volume 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 Property specifying the array of Cartesian3 positions which define the line strip.

Link copied to clipboard

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

Link copied to clipboard

Gets or sets the Property specifying the array of Cartesian2 positions which define the shape to be extruded.

Link copied to clipboard

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

Functions

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

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.