VB "matrix "class usage in VBA

VB "matrix "class usage in VBA

Anonymous
Not applicable
622 Views
4 Replies
Message 1 of 5

VB "matrix "class usage in VBA

Anonymous
Not applicable

Hi,

I need to invert an UCS matrix, so i've find
a matrix class,
with an Invert method


 I use staright VBA under Autocad, and i don't know
how to use this ressource :

on this page:

http://msdn2.microsoft.com/en-us/library/system.drawing.drawing2d.matrix.aspx



I find information on declaration, usage, syntax, but where is the code
? where is the matrix class module ?



Thanks





-- 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Le site de G-EAUX et de PowerClic: http://www.g-eaux.com
Le newsgroup historique et indépendant d'Autocad
news://news.planetar.net/autocad.general

0 Likes
623 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
What you posted is only for .NET development, not VBA.

If you need to invert a matrix, you can use excel as "service" for this
task.

-gnb



"gégématic <-remove-it-gegematic@g-eaux.com>"
<=?UTF-8?Q?g=C3=A9g=C3=A9matic_<-remove-it-gegematic@g-eaux.com>?=> wrote in
message news:5409102@discussion.autodesk.com...
Hi,
I need to invert an UCS matrix, so i've find a matrix class, with an Invert
method

http://msdn2.microsoft.com/en-us/library/system.drawing.drawing2d.matrix.invert.aspx


I use staright VBA under Autocad, and i don't know how to use this
ressource :
on this page:
http://msdn2.microsoft.com/en-us/library/system.drawing.drawing2d.matrix.aspx

I find information on declaration, usage, syntax, but where is the code ?
where is the matrix class module ?

Thanks


--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Le site de G-EAUX et de PowerClic: http://www.g-eaux.com
Le newsgroup historique et indépendant d'Autocad
news://news.planetar.net/autocad.general
0 Likes
Message 3 of 5

Anonymous
Not applicable
Gaston Nunez a écrit :
> What you posted is only for .NET development, not VBA.
>
But it gives a syntax for VBA ?
Mayble the drawing.dll is a .net application, but it seems that i can
use it with vba ?
> If you need to invert a matrix, you can use excel as "service" for this
> task.
>
I don't use excel ...

--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Le site de G-EAUX et de PowerClic: http://www.g-eaux.com
Le newsgroup historique et indépendant d'Autocad
news://news.planetar.net/autocad.general
0 Likes
Message 4 of 5

Anonymous
Not applicable
It gives VB syntax that relies on the .NET framework. VBA can not use the .NET framework.

Regards - Nathan
0 Likes
Message 5 of 5

Anonymous
Not applicable
Nathan Taylor a écrit :
> It gives VB syntax that relies on the .NET framework. VBA can not use the .NET framework.
>
> Regards - Nathan
>
Ok, no w i understand.
Thanks
Gérald

--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Le site de G-EAUX et de PowerClic: http://www.g-eaux.com
Le newsgroup historique et indépendant d'Autocad
news://news.planetar.net/autocad.general
0 Likes