find_bind_point method
find_bind_point(self, target, name)
Finds the bind point by target and name.
Returns
The bind point.
def find_bind_point(self, target, name):
...
| Parameter | Type | Description |
|---|---|---|
| target | aspose.threed.A3DObject | Bind point’s target to find. |
| name | System.String | Bind point’s name to find. |
See Also
- module
aspose.threed.animation - class
AnimationNode - class
BindPoint