Solid.CreatePlanar (ICurve, IList<ICurve>, Double) Method

NOTE: This member is now obsolete. Use Region.ConvertToSolid() instead.

Triangulates the specified 3D region.
Public Shared Function CreatePlanar( _ 
ByVal outer As ICurve, _ 
ByVal inners As IList(Of ICurve), _ 
ByVal deviation As Double
) As Solid
This language is not supported or no code example is available.
public static Solid CreatePlanar( 
ICurve outer
IList<ICurve> inners
double deviation 
)
This language is not supported or no code example is available.

Parameters

outer
ICurve

Outer contour of the region oriented counter-clockwise

inners
IList<ICurve>

The inner contour list oriented clockwise

deviation
double

The maximum deviation

Return Value

Solid

The created Solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition