Click or drag to resize

ModelArticulationCollection Class

A collection containing a ModelPrimitive's available articulations. A ModelArticulation identifies geometry on the model and is a collection of transformations that can be applied to that geometry.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsModelArticulationCollection

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ModelArticulationCollection : IEnumerable<ModelArticulation>, 
	IDisposable

The ModelArticulationCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains
Returns true if the collection contains the articulation.
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetByName
Gets an articulation by name.
Public methodGetEnumerator
Returns the enumerator for this collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also