Curve.ProjectOn Method

Project this curve on the specified plane.
Public Function ProjectOn( _ 
ByVal plane As Plane
) As Curve
This language is not supported or no code example is available.
public Curve ProjectOn( 
Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
Plane

The plane

Return Value

Curve

A new curve with all control points exactly on the specified plane.

.NET Framework

Supported in: 4.8

In this article

Definition