Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations dmapguru on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bounding dimensions

  • Thread starter Thread starter MD1305
  • Start date Start date
M

MD1305

Guest
Hi all,





I have a part model and I want to calculate the length, breadth and height of the model. I want to calculate bounding dimensions for a circular shaped parts too.


Whats the best way to do this?


--


Dhinesh
 
What you are looking for is called an outline or bounding box. The display outline can be calculated by calling ProSolidispoutlineGet(). But that gets you the bounding box as it pertains to the display window. To get the "extremes" of a model (excluding datums) call ProSolidOutlineGet() (including datums) call ProSolidOutlineCompute().
 

Part and Inventory Search

Sponsor

Back
Top