Search found 3 matches

by Mike Zubovic
Tue Dec 01, 2020 4:56 am
Forum: General Issues
Topic: Zoomable lines
Replies: 1
Views: 4513

Re: Zoomable lines

Hi Andrey If you have straight line I think drawing them as cylinders (IStdShape_DG.Cylinder()) should be fine. If you need super pretty joints you could draw spheres at the joints. For curved lines I think you could sample the curve and approximate using the above. Pipes should also be appropriate,...
by Mike Zubovic
Thu Sep 24, 2020 5:14 am
Forum: General Issues
Topic: 3D point under the mouse
Replies: 1
Views: 3746

Re: 3D point under the mouse

Hi Anna
I think Pick sample is the one to look at. There is a 'enable mouse hovering'' check box. See what it does. I suspect for finer control you might need the other selection methods of IPick
Cheers
by Mike Zubovic
Sun Apr 20, 2014 3:32 am
Forum: Bug Reports
Topic: Exeption in UpdateSurface()
Replies: 1
Views: 6259

Exeption in UpdateSurface()

Hi I have switched to version 4.4 recently and my application started to throw up an exception inside UpdateSurface() after I create a new mesh section similar to Object array example. The error message is strange, something like 'SByte method not found', which sounds wrong All OK when I install 4.3...