Face.ConvertToSurface Method

Convert this face in one or more parametric surfaces.
Public Function ConvertToSurface( _ 
Optional ByVal parent As Entity = null _ 
) As Surface()
This language is not supported or no code example is available.
public Surface[] ConvertToSurface( 
Entity parent = null 
)
This language is not supported or no code example is available.

Parameters

parent
Entity

The Brep object (when available) to copy attributes like color, layer, etc.

Return Value

Surface[]

The resulting array of surface objects.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition