auto_assign_lattice_pairs# Hfss.auto_assign_lattice_pairs(object_to_assign, coordinate_system='Global', coordinate_plane='XY')[source]# Assign lattice pairs to a geometry automatically. Parameters: object_to_assignstr, Object3dObject to assign a lattice to. coordinate_systemstr, optionalCoordinate system to look for the lattice on. coordinate_planestr, optionalPlane to look for the lattice on. Options are "XY", "XZ", and "YZ". The default is "XY". Returns: list of strList of created pair names. References >>> oModule.AutoIdentifyLatticePair Copy to clipboard