Curve Valence

How can I draw the curve valence from the command line? There is a “Show Curve Valence in the Model” button, but it does not report a command.

You can draw curve valence using a parsing option called “num_parents”. The num_parents for a curve will be the valence. So for example, to highlight all curves connected to more than 2 surfaces:

highlight curve with num_parents > 2

To see the commands from Show Curve Valence, you can turn on journaling for graphics: journal graphics on. By default Cubit doesn’t journal graphics commands, so the commands don’t get reported to the user.