Click or drag to resize

ModelPrimitiveArticulations Property

Gets the model's articulations. Articulations identify geometry and contain transformations for manipulating that geometry.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ModelArticulationCollection Articulations { get; }

Property Value

Type: ModelArticulationCollection
Remarks
Articulations may be null if the model doesn't contain any articulations.
See Also