Skip to content

Instantly share code, notes, and snippets.

@chuongmep
Created June 13, 2020 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuongmep/8cbb4a9c2580f34af1494bcc52c52cc7 to your computer and use it in GitHub Desktop.
Save chuongmep/8cbb4a9c2580f34af1494bcc52c52cc7 to your computer and use it in GitHub Desktop.
class FamilyOption(IFamilyLoadOptions):
def OnFamilyFound(self, familyInUse, overwriteParameterValues):
overwriteParameterValues = True
return True
def OnSharedFamilyFound(self, sharedFamily, familyInUse, source, overwriteParameterValues):
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment