download_bracket_fmd#
- ansys.meshing.prime.examples.download_bracket_fmd(destination=None, force=False)#
Download the FMD file for the bracket scaffold 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 >>> bracket = prime_examples.download_bracket_fmd() >>> with prime.FileIO(model) as io: >>> _ = io.import_cad(bracket, params=prime.ImportCADParams(model)) >>> print(model)
Examples using download_bracket_fmd#
Mesh a mid-surfaced bracket for a structural analysis
Mesh a mid-surfaced bracket for a structural analysis