Click or drag to resize

ModelGraphicsNodeTransformations Property

Gets or sets the set of node transformations to apply to the model. This is a mapping from node name to node transformation values.

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, NodeTransformationGraphics> NodeTransformations { get; set; }

Property Value

Type: DictionaryString, NodeTransformationGraphics
See Also