Notifications
Clear all

[Closed] IPoint3 convert to IIPoint3

I’m going to use the following function,It is found that one of the parameters is not got.It is IIPoint3 using C#.

gw.HTransPoint(inp, outp);

Creating a IPoint is easy,

IPoint3 inp = g.Point3.Create(0.0f, 0.0f, 0.0f);

but I can not find a way to create a IIPoint3. Convert IIPoint3 to IPoint3 by force,failed! Anyone can help me.

5 Replies

found it
g.IPoint3NS.Create()

You’re so cool.

I know we can’t change “gw.htext” size in the Maxscirpt. Using c++/c#,Whether we can change its size?I know That’s another topic!

The size of the gw.H/W/Text can’t be change via maxscript or SDK. I asked Larry Minton about this – his answer was – “no way”.

No reason to ask so distant questions in a single thread, imo.
To answer your question as a workaround you can always draw on top of the window