Skip to main content
10-Marble
December 15, 2023
Solved

removing external copy geometry from drawing view.

  • December 15, 2023
  • 1 reply
  • 1321 views

Hi, 

I am using Creo parametric 4.0 with the AAX.
I created a part using copy geometry references from a skeleton model, and noticed that when creating a drawing and adding a view, the view size seems to include the copy geometry feature.

AN_10014286_0-1702631017768.png

AN_10014286_1-1702631053988.pngAN_10014286_2-1702631133124.png

this would not really be a problem because it does not seem to affect the drawing size itself when exported. but it does not allow me to use something like the PTC ModelCHECK to find the OVERALL_SIZE of the part.

AN_10014286_3-1702631369081.png

is there a way to hide the copy geometry feature so that only the solid geometry is being shown in the drawing's view borders and such. 

 

 

 

Best answer by tbraxton

I think you want the size of the solid geometry in a part and not the model bounds. If so, you are using the wrong function.

ModelCheck OVERALL_SIZE function:

Reports the approximate length, width, and height of a box that would fit around the model.

 

The model bounds are inclusive of all features even those that do not create solid geometry.

 

I am not aware of Creo or Modelcheck function that will give you what you want. There are some workarounds but IME they are not worth the effort required. This function to get the part (solid) size has been on the enhancement wish list for decades.

1 reply

tbraxton
22-Sapphire II
tbraxton22-Sapphire IIAnswer
22-Sapphire II
December 17, 2023

I think you want the size of the solid geometry in a part and not the model bounds. If so, you are using the wrong function.

ModelCheck OVERALL_SIZE function:

Reports the approximate length, width, and height of a box that would fit around the model.

 

The model bounds are inclusive of all features even those that do not create solid geometry.

 

I am not aware of Creo or Modelcheck function that will give you what you want. There are some workarounds but IME they are not worth the effort required. This function to get the part (solid) size has been on the enhancement wish list for decades.