Milindsinh Solanki Posted October 30, 2024 Share Posted October 30, 2024 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! Wall Tag _ VW Forum.vwx Quote Link to comment
Tom W. Posted October 30, 2024 Share Posted October 30, 2024 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... 1 Quote Link to comment
Tom W. Posted October 30, 2024 Share Posted October 30, 2024 It would be nice to think that you could use Subpart Mode to tag individual components + return their thicknesses but I can't see a way to do that. 1 Quote Link to comment
Milindsinh Solanki Posted October 31, 2024 Author Share Posted October 31, 2024 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! Quote Link to comment
Tom W. Posted October 31, 2024 Share Posted October 31, 2024 Ok. Try this using Subpart mode: 2 Quote Link to comment
Milindsinh Solanki Posted November 4, 2024 Author Share Posted November 4, 2024 On 10/31/2024 at 4:48 PM, Tom W. said: Ok. Try this using Subpart mode: Oh, this worked well. Really appreciate your guidance, sir. Please keep guiding us through these obstacles Quote Link to comment
Recommended Posts
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.