DynamicCone

DynamicCone

new

An optionally time-dynamic cone.

Source:

Members

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's cap material.

:Property

Gets or sets the numeric Property specifying the the cone's inner half-angle.

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's inner material.

:Property

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

:Property

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

:Property

Gets or sets the numeric Property specifying the the cone's maximum clock angle.

:Property

Gets or sets the numeric Property specifying the the cone's minimum clock angle.

:Property

Gets or sets the numeric Property specifying the the cone's outer half-angle.

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's outer material.

:Property

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

:Property

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

:Property

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

:MaterialProperty

Gets or sets the MaterialProperty specifying the the cone's silhouette material.

Methods

<static>

Given two DynamicObjects, takes the cone properties from the second and assigns them to the first, assuming such a property did not already exist.

Parameters:
Name Type Description
targetObject DynamicObject The DynamicObject which will have properties merged onto it.
objectToMerge DynamicObject The DynamicObject containing properties to be merged.

<static>

Given a DynamicObject, undefines the cone associated with it.

Parameters:
Name Type Description
dynamicObject DynamicObject The DynamicObject to remove the cone from.