CustomPatternSensorGraphics

new CustomPatternSensorGraphics()

An optionally time-dynamic custom patterned sensor.

Members

readonlydefinitionChanged : Event

Gets the event that is raised whenever a new property is assigned.

directions : Property

A Property which returns an array of Spherical instances representing the sensor's projection.

intersectionColor : Property

Gets or sets the Color Property specifying the color of the line formed by the intersection of the sensor and other central bodies.

intersectionWidth : Property

Gets or sets the numeric Property specifying the width of the line formed by the intersection of the sensor and other central bodies.

lateralSurfaceMaterial : MaterialProperty

Gets or sets the MaterialProperty specifying the the sensor's appearance.

radius : Property

Gets or sets the numeric Property specifying the radius of the sensor's projection.

show : Property

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

showIntersection : Property

Gets or sets the boolean Property specifying the visibility of the line formed by the intersection of the sensor and other central bodies.

Methods

clone(result)CustomPatternSensorGraphics

Duplicates a CustomPatternSensorGraphics instance.
Name Type Description
result CustomPatternSensorGraphics 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
source CustomPatternSensorGraphics The object to be merged into this object.