Search found 2 matches

by Hugo Dorma
Thu Jun 16, 2022 11:21 pm
Forum: General Issues
Topic: Orthogonal projection to a face
Replies: 2
Views: 3801

Re: Orthogonal projection to a face

Thank you, I will try that
by Hugo Dorma
Wed Jun 15, 2022 5:22 am
Forum: General Issues
Topic: Orthogonal projection to a face
Replies: 2
Views: 3801

Orthogonal projection to a face

Hi I am messing with projecting a point to a face using IUVSurface_DG.GetNearestPoints() The issue I am having: if face is, say a hemisphere the methods returns two points, so there is an extra work of sorting which point is relevant. I also need to check distance to edge(s) and vertices. Is there a...