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, Object3d

Object to assign a lattice to.

coordinate_systemstr, optional

Coordinate system to look for the lattice on.

coordinate_planestr, optional

Plane to look for the lattice on. Options are "XY", "XZ", and "YZ". The default is "XY".

Returns:
list of str

List of created pair names.

References

>>> oModule.AutoIdentifyLatticePair