Surface.GetIndividualSurfaces Method

Subdivides a surface at knots of multiplicity equal to the order. Tabulated Surfaces are divided only along the U direction, Revolved Surfaces only in the V direction.
Protected Shared Function GetIndividualSurfaces( _ 
ByVal current As Surface
) As Surface()
This language is not supported or no code example is available.
protected static Surface[] GetIndividualSurfaces( 
Surface current 
)
This language is not supported or no code example is available.

Parameters

current
Surface

Parent surface

Return Value

Surface[]

List of kids surfaces

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition