Model.MoveToPlane (ICollection<Entity>, Point3D, Point3D, Point3D) Method

Moves a list of entities from plane XY to the specified plane.
Public Sub MoveToPlane( _ 
ByVal entList As ICollection(Of Entity), _ 
ByVal origin As Point3D, _ 
ByVal xAxis As Point3D, _ 
ByVal yAxis As Point3D
)
This language is not supported or no code example is available.
public void MoveToPlane( 
ICollection<Entity> entList
Point3D origin
Point3D xAxis
Point3D yAxis 
)
This language is not supported or no code example is available.

Parameters

entList
ICollection<Entity>

The entity list

origin
Point3D

The destination plane origin

xAxis
Point3D

The destination plane X axis

yAxis
Point3D

The destination plane Y axis

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition