Utility.GetContourPlane Method

Public Shared Function GetContourPlane( _ 
ByVal outer As IList(Of Point3D) _ 
) As Plane
This language is not supported or no code example is available.
public static Plane GetContourPlane( 
IList<Point3D> outer 
)
This language is not supported or no code example is available.

Parameters

outer
IList<Point3D>

Return Value

Plane

.NET Framework

Supported in: 4.8

In this article

Definition