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.2.419.0 (24.2.419.0)
Syntax public ModelArticulationCollection Articulations { get; }
Public ReadOnly Property Articulations As ModelArticulationCollection
Get
public:
property ModelArticulationCollection^ Articulations {
ModelArticulationCollection^ get ();
}
member Articulations : ModelArticulationCollection with get
Property Value
Type:
ModelArticulationCollectionRemarks Articulations may be null if the model doesn't contain any articulations.
See Also