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):
    ...
ParameterTypeDescription
targetaspose.threed.A3DObjectBind point’s target to find.
nameSystem.StringBind point’s name to find.

See Also