CMPLOT, Label
, Entity
, Keyword
Plots the entities contained in a component or assembly.
Label
Name of the component or assembly to be plotted.
(blank) | — | All selected components and assemblies are plotted (default). If fewer than 11 components are selected, then all are plotted. If more than 11 components are selected, then only the first 11 are plotted. |
ALL | — | All selected components are plotted. If number of selected components is greater than 11, then the legend showing component names will not be shown. |
N | — | Next set of defined components and assemblies is plotted. |
P | — | Previous set of defined components and assemblies is plotted. |
| — | The specified component or assembly is plotted. |
| — | The specified set number is plotted. |
Entity
If Label
is BLANK or ALL, then
the following entity types can be specified:
VOLU | — | Plot the volume components only. |
AREA | — | Plot the area components only. |
LINE | — | Plot the line components only. |
KP | — | Plot the keypoint components only. |
ELEM | — | Plot the element components only. |
NODE | — | Plot the node components only. |
Keyword
For Keyword
= ALL, plot the specified
component name in the Label
field in the context
of all entities of the same type. Not valid if Label
field
is BLANK or ALL.
Components are plotted with their native entities. For assemblies, all native entities for the underlying component types are plotted simultaneously. Although more components can be plotted, the legend displays only 11 at a time. When more than eleven are plotted, the legend is not displayed.
Possible usage:
CMPLOT,CNAME - Plots
the specified component (if selected). |
CMPLOT,CNAME , ALL -
Plot component in the context of all other selected entity components of the
same type as the component. |
CMPLOT - Plot the first eleven selected components. |
CMPLOT,ALL - Plot all selected components. |
CMPLOT,N or CMPLOT,P - Plot next or previous set of eleven components. |
CMPLOT,ALL,Entity -
Plot all selected components of type specified in Entity . |
CMPLOT, ,Entity - Plot
components of type specified in Entity , from the
first eleven components. |
CMPLOT,N,Entity - Plot
components of type specified in Entity , if any,
from the next set of eleven components (substitute P for N to plot from previous
set). |
This command is valid in any processor.