assign_primary#
- Hfss.assign_primary(assignment, u_start, u_end, reverse_v=False, coordinate_system='Global', name=None)[source]#
Assign the primary boundary condition.
- Parameters:
- assignment
int
,FacePrimitive
Face to assign the lattice pair to.
- u_start
list
List of
[x,y,z]
values for the starting point of the U vector.- u_end
list
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.
- coordinate_system
str
,optional
Name of the coordinate system for the U coordinates. The default is
"Global"
.- name
str
,optional
Name of the boundary. The default is
None
, in which case a name is automatically assigned.
- assignment
- Returns:
ansys.aedt.core.modules.boundary.BoundaryObject
Boundary object.
References
>>> oModule.AssignPrimary