Reader3dsGetKeyFramesData Method |
Returns a collection of key frame tracks defined for the specified modelName.
GetKeyFramesData return null if modelName does not exist.
Namespace: Ab3dAssembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax 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:
ListBaseKeyframesTrackcollection of key frame tracks
See Also