Jump to content

How To Tag Thickness Of The Core Of Custom Wall ?


Recommended Posts

Hello everyone,

We're currently trying to create a data tag to label walls in our project, displaying both the type and thickness of the wall. In some specific cases, we also need to indicate the thickness of the wall's core.

While we successfully created a tag that shows the total thickness, we've encountered difficulties with generating a tag that specifically reflects the core thickness.

Has anyone faced a similar challenge? What formula or approach would you recommend to resolve this issue?

Thank you in advance for your help!

image.png.6561f5fd51a9656739f0cc4fea4435de.png

Wall Tag _ VW Forum.vwx

Link to comment

There are various options for returning the thickness of a component but none that I know of that are specific to the core component.

 

For example:

 

CompThicknessByName(name)

ComponentThickness(index)

CompThicknessByMat(material)

 

If your core component always had the same name across all your Walls then you could use CompThicknessByName(name) in a tag universally...

 

Not sure if there are any other ways...

  • Like 1
Link to comment
On 10/30/2024 at 4:22 PM, Tom W. said:

There are various options for returning the thickness of a component but none that I know of that are specific to the core component.

 

For example:

 

CompThicknessByName(name)

ComponentThickness(index)

CompThicknessByMat(material)

 

If your core component always had the same name across all your Walls then you could use CompThicknessByName(name) in a tag universally...

 

Not sure if there are any other ways...

Thanks for the suggestions! Unfortunately, our core component names aren’t standardized, which complicates things. If anyone has ideas on how to dynamically retrieve core thickness without relying on consistent naming conventions, I’d love to hear them. Any tips or workarounds would be greatly appreciated!

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
Reply to this topic...

×   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...