assign_primary#

Hfss.assign_primary(face, u_start, u_end, reverse_v=False, coord_name='Global', primary_name=None)[source]#

Assign the primary boundary condition.

Parameters:
faceint, FacePrimitive

Face to assign the lattice pair to.

u_startlist

List of [x,y,z] values for the starting point of the U vector.

u_endlist

List of [x,y,z] values for the ending point of the U vector.

reverse_vbool, optional

Whether to reverse the V vector. The default is False.

coord_namestr, optional

Name of the coordinate system for the U coordinates. The default is "Global".

primary_namestr, optional

Name of the boundary. The default is None. # TODO: Add names of allowed values to docstring.

Returns:
pyaedt.modules.Boundary.BoundaryObject

Boundary object.

References

>>> oModule.AssignPrimary