Curve.AddControlPoint Method

Inserts a control point on the control polygon. The control point will be added at the projection of the given 3D point on the polygon. The insertion does not affect the shape of the curve.
Public Function AddControlPoint( _ 
ByVal ctrlPoint As Point3D
) As Boolean
This language is not supported or no code example is available.
public bool AddControlPoint( 
Point3D ctrlPoint 
)
This language is not supported or no code example is available.

Parameters

ctrlPoint
Point3D

The 3D point to be projected on the control polygon

Return Value

bool

True if the operation is successful, false otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition