Model.MoveToPlane (IList<Point3D>, Plane) Method

Moves a list of points from plane XY to the specified plane.
Public Sub MoveToPlane( _ 
ByVal points As IList(Of Point3D), _ 
ByVal plane As Plane
)
This language is not supported or no code example is available.
public void MoveToPlane( 
IList<Point3D> points
Plane plane 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point3D>

The points list

plane
Plane

Destination plane

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition