set_weight method

set_weight

Sets the weight for the specified target, default value is 1, range should between 0~1

def set_weight(self, target, weight):
    ...
ParameterTypeDescription
targetaspose.threed.entities.Shape
weightfloat

See Also