How to use Type of prediction planes in WinProp API indoor

User: "Coco"
Altair Community Member
Updated by Coco

Dear,

I want to predict a plane I defined in database. I searched the pdf of the API and had these values.

image.png

However, I failed to find the corresponding variable for it. (xxxxxx = 0?) Meanwhile, I think in the indoor examples, in WinProp_prediction function, the area stored in WinPropArea is used, should it be replaced by WinProp_ResultPlaneList or what?

Would appreciate it if there's an example? or like names of examples in the pdf…

Thank you in advance,

Coco

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Zeina"
    Altair Employee

    Hi @Coco ,

    You will need to :

    1- Change the Structure WinProp_Area to WinProp_AreaPlane
    2- Pass it on to the WinProp_Predict_Planes function instead of WinProp_Predict

    Also should be adjusted the WinProp_Results to WinProp_Results_Plane.

    Best,

    Zeina

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

    Dear Zeina,

    Thanks for the advise. However, there's still problem regarding the defination of the prediction plane.

    image.png

    I defined them like this but unfortunately they're not working.

    image.png

    Thank you so much, again.

    Coco