Hello guys,
I am working on mapping Rhino entities into corresponding Parasolid entities.
I have a query regarding trimmed and untrimmed surface. Does Open NURBS API provide us any information to check if the surface is trimmed or not.
Because in Parasolid I am trying to create a trimmed sheet using the API ‘PK_SURF_make_sheet_trimmed’ where the API takes input as surface data, the trim data (have curve, curve interval, trim loop and trim set), precision and the trimming options and returns us a sheet body.
In Parasolid I can also create sheet using an API ‘PK_SURF_make_sheet_body’ where it takes input - the surface data, UVBox and returns us a sheet body.
I am not able to find any direct API in Open NURBS which tell us if the surface is trimmed or not.
Could you please let me know if there is any way to find this information in Open NURBS.
2 posts - 2 participants