Click or drag to resize

ModelGraphics.NodeTransformations 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.3.420.0 (24.3.420.0)
Syntax
public Dictionary<string, NodeTransformationGraphics> NodeTransformations { get; set; }

Property Value

Type: Dictionary<String, NodeTransformationGraphics>
See Also