Surface.CreatePlanar (Plane, Point3D, Point3D) Method

Creates a planar rectangular surface parallel to the specified plane.
Public Shared Function CreatePlanar( _ 
ByVal pln As Plane, _ 
ByVal bottomLeft As Point3D, _ 
ByVal topRight As Point3D
) As PlanarSurface
This language is not supported or no code example is available.
public static PlanarSurface CreatePlanar( 
Plane pln
Point3D bottomLeft
Point3D topRight 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane (determines the surface orientation)

bottomLeft
Point3D

First corner (also determines surface distance from the world origin)

topRight
Point3D

Second corner (determines surface width and height)

Return Value

PlanarSurface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition