efacet#
- Controls.efacet(num='', **kwargs)#
Specifies the number of facets per element edge for PowerGraphics displays.
Mechanical APDL Command: /EFACET
Command default:
As stated above.
- Parameters:
Notes
efacet is valid only when PowerGraphics is enabled ( graphics,POWER), except that it can be used in FULL graphics mode for element
CONTA174
. (See the graphics command and elementCONTA174
in the Element Reference for more information.) The efacet command is only applicable to element type displays.efacet controls the fineness of the subgrid that is used for element plots. The element is subdivided into smaller portions called facets. Facets are piecewise linear surface approximations of the actual element face. In their most general form, facets are warped planes in 3D space. A greater number of facets will result in a smoother representation of the element surface for element plots. efacet may affect results averaging. See Contour Displays in the Basic Analysis Guide for more information.
For midside node elements, use
NUM
= 2; ifNUM
= 1, no midside node information is output. For non-midside node elements,NUM
should be set to 1. See the plnsol and prnsol commands for more information.With PowerGraphics active ( graphics,POWER), the averaging scheme for surface data with interior element data included ( avres,,FULL) and multiple facets per edge ( efacet ,2 or efacet,4) will yield differing minimum and maximum contour values depending on the Z-Buffering options ( slashtype,,6 or slashtype,,7). When the Section data is not included in the averaging schemes ( slashtype,,7), the resulting absolute value for the midside node is significantly smaller.
For cyclic symmetry mode-superposition harmonic solutions, only
NUM
= 1 is supported in postprocessing.Warning
If you specify /EFACET,1, PowerGraphics does not plot midside nodes. You must use /EFACET,2 to make the nodes visible.
This command is valid in any processor.