CanvasBone ObjectThe CanvasBone object represents a 3D Canvas bone.
Gets the CanvasObject that is influenced by this bone. Syntax object.GetSkinObject() As CanvasObject Gets the number of points affected by this bone. Syntax object.GetAffectedPointCount() As Variant 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. Gets the Parent Frame for this bone. Syntax object.GetParentFrame() As CanvasFrame |