🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Logic to get thickness

User: "Jouher_20929"
Altair Community Member
Updated by Jouher_20929

What is the logic to be applied to do:

1. Find components if they have uniform or varying thickness

2. If sheet metal components given, give quickly their thickness

 

 

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "llyle_20499"
    New Altair Community Member
    Updated by llyle_20499

    Hi Jouher,


    You will have to iterate through all components, find individual thickness and write an algorithm to find which are uniform or uniform according to your requirement.  '

    You can use API: hm_getthickness to quickly get each component thickness. 

    User: "Jouher_20929"
    Altair Community Member
    OP
    Updated by Jouher_20929

    @Livil Lyle Thanks for your response. But I am pointing to CAD components

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Create midsurface of comp and use hm_getsurfacethicknessvalues to return thickness values at some fixed points of midsurface

     

    Compare the values and assign it.