download_toy_car_pmdat#
- ansys.meshing.prime.examples.download_toy_car_pmdat(destination=None, force=False)#
Download the PMDAT file for the toy car example.
- Parameters:
- Returns:
str
Local path to the downloaded example file.
- Return type:
Examples
>>> import ansys.meshing.prime as prime >>> import ansys.meshing.prime.examples as prime_examples >>> with prime.launch_prime() as session: >>> model = session.model >>> toy_car = prime_examples.download_toy_car_pmdat() >>> with prime.FileIO(model) as io: >>> _ = io.read_pmdat(toy_car, params=prime.FileReadParams(model)) >>> print(model)