Hi, I'm currently poking around on some Report scripting functions about creating GfxObj objects in a model and I end up figuring out on how to make the rounded rectangle that I just created  to be rendered with 3-D effect. This is the function that I used for this purpose...

// Report class Model - Method createRoundedRectangle
var rect = model.createRoundedRectangle (nPosX, nPosY, nSizeX, nSizeY);


Is it really possible to make this rectangle 3-D? I was not able to find any function to make one from the bundled ARIS Help Script file. Thanks.

 or register to reply.

Notify Moderator