Surface.AdjustTrimLoopsGenericAndRevolved Method

Transforms the trimLoops when converting a surface from Nurbs to angular parametrization and back.
Public Shared Sub AdjustTrimLoopsGenericAndRevolved( _ 
ByVal source As Surface, _ 
ByVal dest As Surface
)
This language is not supported or no code example is available.
public static void AdjustTrimLoopsGenericAndRevolved( 
Surface source
Surface dest 
)
This language is not supported or no code example is available.

Parameters

source
Surface

The original surface (Nurbs or Revolved)

dest
Surface

The destination surface (Revolved or Nurbs), whose trimLoops will be transformed.

Remarks
 
This method is useful when reading in Eyeshot 11 or higher a RevolvedSurface stored in your proprietary format before Eyeshot 11.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition