download_f1_rw_main_plane_stl#
- ansys.meshing.prime.examples.download_f1_rw_main_plane_stl(destination=None, force=False)#
Download STL file for the generic f1 rear wing example.
- Parameters:
- Returns:
- :
str
Local path to the downloaded 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 >>> f1_rw_main_plane = prime_examples.download_f1_rw_main_plane_stl() >>> with prime.FileIO(model) as io: >>> _ = io.import_cad(f1_rw_main_plane, params=prime.ImportCADParams(model)) >>> print(model)
Examples using download_f1_rw_main_plane_stl#
Mesh a generic F1 car rear wing for external aero simulation
Mesh a generic F1 car rear wing for external aero simulation