set_active_vectors# PolyData.set_active_vectors(name: Optional[str], preference='point')# Find the vectors by name and appropriately sets it as active. To deactivate any active vectors, pass None as the name. Parameters: namestrName of the vectors array to assign as active. preferencestr, optionalIf there are two arrays of the same name associated with points, cells, or field data, it will prioritize an array matching this type. Can be either 'cell', 'field', or 'point'.