get_weight method

get_weight

Gets the weight for control point specified by index

Returns

the weight at specified index, or 0 if the index is invalid

def get_weight(self, index):
    ...
ParameterTypeDescription
indexintControl point’s index

See Also