SkeletonType Enumeration
Skeleton's types.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum SkeletonType
Members
  Member nameValueDescription
Skeleton0 The Skeleton is a skeleton entity, which means the associated node is the root node of the whole skeletal hierarchy.
Bone1 The Skeleton is a bone entity.
See Also