PD_SHOW_CLEAR function
     -->(PD_SHOW_CLEAR)--+--------------+--+--(ALLTYPES)----------+-----+--->
                         |              |  |                      |
                         +--(BANNED)----+  +--(PD_ANGLE_LINES)----+
                         |              |  |                      |
                         +--(NEW)-------+  +--(PD_COLLINEAR)------+
                         |              |  |                      |
                         +--(SYSTEM)----+  +--(PD_DIMENSION)------+
                         |              |  |                      |
                         +--(UNUSED)----+  +--(PD_DISTANCE)-------+
                         |              |  |                      |
                         +--(USED)------+  +--(PD_ELEM)-----------+
                         |              |  |                      |
                         +--(USER)------+  +--(PD_FILLET)---------+
                         |              |  |                      |
                         +--(VIOLATED)--+  +--(PD_HORIZONTAL)-----+
                                           |                      |
                                           +--(PD_MIRROR)---------+
                                           |                      |
                                           +--(PD_PARALLEL)-------+
                                           |                      |
                                           +--(PD_PERPENDICULAR)--+
                                           |                      |
                                           +--(PD_POINT)----------+
                                           |                      |
                                           +--(PD_POINT_ON)-------+
                                           |                      |
                                           +--(PD_SAME_DISTANCE)--+
                                           |                      |
                                           +--(PD_SAME_SIZE)------+
                                           |                      |
                                           +--(PD_SIZE)-----------+
                                           |                      |
                                           +--(PD_SLOPE)----------+
                                           |                      |
                                           +--(PD_SYM_LINE)-------+
                                           |                      |
                                           +--(PD_TANGENT)--------+
                                           |                      |
                                           +--(PD_VERTICAL)-------+
PD_SHOW_CLEAR is used to remove a subset of the constraint icons which are currently being displayed.
The set of constraints to be removed follows the same syntax is PD_SHOW.
Example:
PD_SHOW_CLEAR ALLTYPES
This is the simplest way to remove all constraint icons from the display.
Was this helpful?