Hi! I'm trying to draw lines across a model canvass through report scripting and I need to get the actual width and height of the canvass to set my line endpoints. I tried
model.Graphic(false, false, locale).getWidth(Constants.SIZE_PIXEL)
to get the width but it only captures the width of the picture representation of the model. The resulting width fell short of the actual width of the model canvass. Are there any ways or methods to get the actual height and width of the model template /canvass through Report Scripting?