enable_lead_modeling#

Parts.enable_lead_modeling(project, cca_name)#

Enable lead modeling for all non-leadless parts leads.

projectstr

Name of the Sherlock project.

cca_namestr

Nam eof the CCA.

Examples
>>> from ansys.sherlock.core.launcher import launch_sherlock
>>> sherlock = launch_sherlock()
>>> sherlock.project.import_odb_archive(
    "ODB++ Tutorial.tgz",
    True,
    True,
    True,
    True,
    project="Test",
    cca_name="Card",
)
>>> sherlock.parts.enable_lead_modeling(
    "Test",
    "Card",
)