[racket] MysterX output parameters

From: José Lopes (jose.lopes at ist.utl.pt)
Date: Wed May 18 14:22:51 EDT 2011

Hi,

I am trying to use MysterX to invoke a method in AutoCAD. The 
description of the method follows:

    object.GetBoundingBox MinPoint, MaxPoint

    Object

        All Drawing Objects, AttributeReference
        The object this method applies to.

    MinPoint

        Variant (three-element array of doubles); output-only
        The 3D WCS coordinates specifying the minimum point of the
        object's bounding box.

    MaxPoint

        Variant (three-element array of doubles); output-only
        The 3D WCS coordinates specifying the maximum point of the
        object's bounding box.


According to this description, both MinPoint and MaxPoint "return" the 
values of the method. Is there a way of invoking this method and passing 
MinPoint and MaxPoint by reference?

Regards,
José

-- 
José António Branquinho de Oliveira Lopes
58612 - MEIC-A
jose.lopes at ist.utl.pt

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110518/1a645db8/attachment.html>

Posted on the users mailing list.