Anyone know a similar C# routine to perform what this method does? Same as the Rhino command “ShrinkTrimmedSrfToEdge”
Asking because I am using R5 SR14 and seems the Shrink methods only exist in R6?
Thanks.
Anyone know a similar C# routine to perform what this method does? Same as the Rhino command “ShrinkTrimmedSrfToEdge”
Asking because I am using R5 SR14 and seems the Shrink methods only exist in R6?
Thanks.
Resorted to Brep.Faces.ShrinkFaces(); by making one face into its own Brep as a work around. Only needed one face shrunk hence wanting the other method but this will do for now.