
Mon, 10/20/2008 - 19:06
Forums:
Hi,
Does someone know how to tell a GeomAPI_PointsToBSplineSurface computer the min and max degrees to respect in the U and V directions ? I only can see general "min-max" degrees.
How would do that ? Maybe other OpenCascade tools can be used ?
Wed, 10/22/2008 - 12:01
Hi Hugues,
Looking at ShapeCustom_BSplineRestriction I noticed it internally calls GeomConvert_ApproxSurface where max U and V degrees are specified separately.
Perhaps this will help.
Roman