Click or drag to resize

ModelGraphicsArticulations Property

Gets or sets the mapping of keys to articulation values, where the keys are the name of the articulation, a single space, and the name of the stage.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Dictionary<string, CesiumProperty<double>> Articulations { get; set; }

Property Value

Type: DictionaryString, CesiumPropertyDouble
See Also