Skip to main content
17-Peridot
June 14, 2016
Solved

Check to identify views outside of the format

  • June 14, 2016
  • 3 replies
  • 2026 views

Is there any way Model check identity and alert any views that are placed outside the format.

Many a times designers move few views temporarily outside the format for a specific purpose and forget to remove or move back them later.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by Mahesh_Sharma

Manjunath,

I think View Boundaries can help you here. Set ModelCHECK parameter BOUND_INFO as E in respective check file.

This will report error when any of the view is outside the boundary of a drawing.

Note: This check considers the boundary of drawing, not the boundary of format for analysis.

3 replies

Mahesh_Sharma
22-Sapphire I
July 13, 2016

Manjunath,

I think View Boundaries can help you here. Set ModelCHECK parameter BOUND_INFO as E in respective check file.

This will report error when any of the view is outside the boundary of a drawing.

Note: This check considers the boundary of drawing, not the boundary of format for analysis.

17-Peridot
July 14, 2016

Thanks Mahesh, I will check and reply back.