CanvasBone Object

The CanvasBone object represents a 3D Canvas bone.

Frame GetParentFrame
Object GetSkinObject
  GetAffectedPointCount
  GetAffectedPoint

 

GetSkinObject

Gets the CanvasObject that is influenced by this bone.

Syntax

object.GetSkinObject() As CanvasObject

GetAffectedPointCount

Gets the number of points affected by this bone.

Syntax

object.GetAffectedPointCount() As Variant

GetAffectedPoint

Gets a point affected by this bone.

Syntax

object.GetAffectedPoint(Index As Variant) As Variant

Remarks

The returned value is an index to a point in a CanvasObject object.

GetParentFrame

Gets the Parent Frame for this bone.

Syntax

object.GetParentFrame() As CanvasFrame