Skip to content

module myna.application.rve.rve_part_center.execute


function find_part_central_rve

find_part_central_rve(app, part, layerset, rve_dict, rve_id)

Update the RVE dictionary with the location of a new RVE at the center of the part.

Args:

  • app: RVE(MynaApp) instance
  • part: part label
  • layerset: list of adjacent layers, e.g., [1,2,3]
  • rve_dict: dictionary to update with RVE information
  • rve_id: id number to apply to the current RVE

Returns:

  • rve_dict_updated: rve_dict with the found RVE information appended

function main

main()

This file was automatically generated via lazydocs.