find_bind_point method

find_bind_point

Finds the bind point by name.

Returns

The bind point.

def find_bind_point(self, name):
    ...
ParameterTypeDescription
namestrBind point’s name to find.

find_bind_point

Finds the bind point by target and name.

Returns

The bind point.

def find_bind_point(self, target, name):
    ...
ParameterTypeDescription
targetA3DObjectBind point’s target to find.
namestrBind point’s name to find.

See Also