Jump to content
  • 0

How to call up Extrude thickness in Worksheets?


M5d

Question

I thought this would be easy (and it probably is), but I can't see it. Detailing steelwork, base plates and cleats etc. with extrudes, how do you call up the thickness or depth of the extrude in a worksheet?

 

WIDTH and HEIGHT gets you X and Y in the image below:  

 

5a9de876f2e1e_ObjectInfo.thumb.png.0a59756b6b136661b45a4916e30606af.png

 

Also, if anyone has any know-how or experience in detailing and listing steelwork parts, I'd like to know how you do it . . .

Link to comment

3 answers to this question

Recommended Posts

  • 0

I had a go at this today.

 

The problem with the length, width, height functions is that if the object is rotated, these values change. Please see:

 

Another problem was negative extrusion values.

 

In the end I used the following formulas in the worksheet:

 

=SQRT(LENGTH*LENGTH)

=SQRT(WIDTH*WIDTH)

and to get the proper height for 90 degrees rotated extrudes

=SQRT((VOLUME*1000000/LENGTH/WIDTH*1000)*VOLUME*1000000/LENGTH/WIDTH*1000)

 

The silly multipliers are to get rid of the mm/m3 difference. The SQRT keeps the numbers positive.

 

image.thumb.png.0445280e7a31fa18258740455c19fcfc.png

 

I guess in the end the above works for extrusions that are orthogonal to 2D plan, but not tilted.

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...