🎉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

Mark adjacent nodes

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

hi,

hm_appendmark nodes 1 'by adjacent'

Since nodes cant be marked by adjacent. But I need to get adjacent nodes .

Is there anyway that I can use

 

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    *findmark nodes 1 257 1 elements 0 2

    in above command 257 refers to ?

    User: "tinh"
    Altair Community Member
    Updated by tinh

    hi,

    hm_appendmark nodes 1 'by adjacent'

    Since nodes cant be marked by adjacent. But I need to get adjacent nodes .

    Is there anyway that I can use

     

     

    *createmark elems 1 'by node' {*}[hm_getmark nodes 1]

    *appendmark nodes 1 'by elems' {*}[hm_getmark elems 1]

    User: "tinh"
    Altair Community Member
    Updated by tinh

    *findmark nodes 1 257 1 elements 0 2

    in above command 257 refers to ?

     

    set Bits [format %0b 257]

    => looking for bit indication in help of *findmark

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

    Thanks tinh