accessing custom property inside a function

User: "satri"
Altair Community Member

Hello

I am trying to access custom property inside this function called processParticleOfInterest

image.png

But i am not able to do so. I tried defining it as a global variable,

I tried defining it in the starting function

Whatever I do, I keep getting errors.

Please tell me how i can access custom property in this

processParticleOfInterest

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "satri"
    Altair Community Member
    OP

    I also tried to put ICustomPropertyManagerApi_1_0* particleMgr as global variable. when i do so i can compile the code but when i run the API i get this

    image.png

    I am not sure how to debug this