points_at_z method

points_at_z

Sets the ‘pointsAtZ’ attribute, indicating the z-coordinate towards which the light is pointing.

Returns

The current builder instance.

def points_at_z(self, value):
    ...
ParameterTypeDescription
valuefloatThe pointsAtZ value.

See Also