new DynamicPyramid
An optionally time-dynamic pyramid.
Members
-
directions :Property
-
-
intersectionColor :Property
-
Gets or sets the Color Property specifying the color of the line formed by the intersection of the pyramid and other central bodies.
-
intersectionWidth :Property
-
Gets or sets the numeric Property specifying the width of the line formed by the intersection of the pyramid and other central bodies.
-
material :MaterialProperty
-
Gets or sets the MaterialProperty specifying the the pyramid's appearance.
-
propertyChanged :Event
-
Gets the event that is raised whenever a new property is assigned.
-
radius :Property
-
Gets or sets the numeric Property specifying the radius of the pyramid's projection.
-
show :Property
-
Gets or sets the boolean Property specifying the visibility of the pyramid.
-
showIntersection :Property
-
Gets or sets the boolean Property specifying the visibility of the line formed by the intersection of the pyramid and other central bodies.
Methods
-
clone
-
Duplicates a DynamicPyramid instance.
Parameters:
Name Type Argument Description result
DynamicPyramid <optional>
The object onto which to store the result. Returns:
DynamicPyramid The modified result parameter or a new instance if one was not provided. -
merge
-
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Parameters:
Name Type Description source
DynamicPyramid The object to be merged into this object. Throws:
DeveloperError : source is required.