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

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

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

where T : Solid, new()
This language is not supported or no code example is available.

Type Parameters

T

Parameters

outer
ICurve

Outer contour of the region oriented counter-clockwise

deviation
double

The maximum deviation

Return Value

T

The created Solid.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition