Click or drag to resize
Reader3dsGetKeyFramesData Method
Returns a collection of key frame tracks defined for the specified modelName. GetKeyFramesData return null if modelName does not exist.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public List<BaseKeyframesTrack> GetKeyFramesData(
	string modelName
)

Parameters

modelName
Type: SystemString
name of the object (use DumpNamedObjects method to get names of all read models or use names from NamedObjects)

Return Value

Type: ListBaseKeyframesTrack
collection of key frame tracks
See Also