pyleecan.Methods.Geometry.Surface.draw_FEMM module¶
- draw_FEMM(self, femm, nodeprop=None, maxseg=None, FEMM_dict=None, hide=False, BC_dict=None, is_draw=True, type_set_BC=0)[source]¶
draw the Surface in FEMM
- Parameters:
femm (FEMMHandler) – client to send command to a FEMM instance
nodeprop – Nodal property (Default value = None)
maxseg – Meshed with elements that span at most maxsegdeg degrees per element (Default value = None)
FEMM_dict (dict) – dictionary containing the main parameters of FEMM
hide – 0 = not hidden in post-processor, 1 == hidden in post processor (Default value = False)
BC_dict (dict) – Boundary condition dict ([line label] = BC name)
is_draw (bool) – 1 to draw the list of surfaces given
type_set_BC (bool) – 1 to set BC of the yoke only, 0 to set all
- Return type:
None