Protecting Characteristic Lines

task target This task shows how to protect characteristic lines from filtering and removal.

One standard scenario is:

  • import of a cloud of points,
  • import or creation of characteristic lines (e.g. scans)
  • union of the cloud of points and the scans
  • filtering of the union cloud. At this stage, it is interesting to keep the characteristic lines untouched, because they are more pertinent than other points of the cloud, and because they will produce sharp edges of a better quality at the mesh creation step
  • meshing of the union cloud.
aprereq.gif (1231 bytes) Open the Protect1.CATPart model the from the samples directory.
ascenari.gif (1376 bytes)
  1. Click Protect in the Cloud Edition toolbar and select the cloud of points.

  2. The Protect cells dialog box appears. The characteristic lines are recognized. By default, they are labeled Unprotected.

  3. Select the kind of entities you want to work on: Cell or Scan/Grid.

  4. Right-click a label and select the required item.

You can change the status of one single scan to Protected or Unprotected, or Protect all scans or Unprotect all scans (or Protect all cells or Unptrotect all cells according to the type of cloud).

You can also click each label to change it to the required status.

 
  1. Click OK to confirm your choice and exit the action, or Cancel to revert to the initial state and exit the action

  2. When you enter the Remove or the Filter commands, the protected cells or scans are shown as low-intensity elements (meaning they can not be filtered nor removed) and are not taken into account by the command.

end of task