PDA

View Full Version : Dimensioning Module



jbervel
2010-10-08, 10:11 AM
Hi,

I am working with RDIM module.

I launch the calculation process with:

RDmEngine.Solve(Nothing)

and I can access to the results.

The problem is that I do not know how to see the dialog boxes with 'Simplified Results', 'Detailed Results' etc from my aplication.

Can anyone help me?

Thanks

jbervel
2010-10-15, 03:08 PM
To see the dialog boxes from my aplication, it is necesary to call the function:

GetRDimCodeService()

from the interface IRDimClient.

Anyone knows how can I activate the IRDimClient interface?