Search found 2 matches

by Thomas kalkbrener
Tue Aug 18, 2020 2:42 am
Forum: General Issues
Topic: UV of a projection point
Replies: 2
Views: 4201

Re: UV of a projection point

Try querying IUVSurface_DG from the plane (or any other surface). IUVSurface_DG.GetNearestPoints() will return a single point lying on the surface. Use IUVSurface_DG.GetPointUV() to get its parameters.
Thomas
by Thomas kalkbrener
Thu Oct 24, 2013 7:19 am
Forum: Bug Reports
Topic: .NET version issue
Replies: 1
Views: 5909

.NET version issue

Hi
One of my customers tried to install the kernelcad 3.2 runtime package on a Windows 8 machine. It had some problems.
It seems the problem is that the runtime needs .NET version 2 or 3, while Windows 8 has .net v4. It does not seem to be backward compatible.
Any suggestions?
Thank You