Search found 1 match

by Lois Qing
Thu May 06, 2021 5:57 am
Forum: General Issues
Topic: Problem with surface sampling
Replies: 1
Views: 4007

Problem with surface sampling

Hello I need help. I wrote a program which reads step file. I need to display it. I tried to sample points from a selected surface. IUVSurface_DG surface; //..... double minU,maxU,minV,maxV; surface.GetParameterRange(true, out minU, out maxU); surface.GetParameterRange(false, out minV, out maxV); do...