🎉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

Selecting co-linear nodes

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hello , Good Morning everyone

 

I am trying to prepare a script which will

1.go through geometry detect all holes

2. detect for co linear holes 2 or more, note center nodes

3. create a spider with hole and center node and beam between two hole center

 

Right now I am able to achieve 1st and 3rd step but not able resolve second step

 

Any one have any suggestion for this?

 

Thank you

Find more posts tagged with

Sort by:
1 - 5 of 51
    User: "tinh"
    Altair Community Member
    Updated by tinh

    I think hm_detecthole module can do it. It returns center and axis vector of holes which you can compare to find matches

    Did you try these commands? 

    Looking for them in reference guide (v14 or higher)

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hello tinh,

    Didnt found hm_detecthole command. But I know about hm_ce_gethmholes it gives center hole location but wont provide any info on axis

     

    Thank you

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    I think hm_detecthole module can do it. It returns center and axis vector of holes which you can compare to find matches

    Did you try these commands? 

    Looking for them in reference guide (v14 or higher)

    hi tinh,

    did't found this command in v14. if u have..can u pls share the syntax for the same

    User: "tinh"
    Altair Community Member
    Updated by tinh

    sorry, correct command is

    hm_holedetectioninit

    please read usage and example in hm reference help for this command

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    YUP GOT IT....THANKS TINH