Point3D.ProjectTo Method

Project this point onto a 3D segment.
Public Function ProjectTo( _ 
ByVal seg As Segment3D
) As Point3D
This language is not supported or no code example is available.
public Point3D ProjectTo( 
Segment3D seg 
)
This language is not supported or no code example is available.

Parameters

seg
Segment3D

The 3D segment

Return Value

Point3D

The projected point.

.NET Framework

Supported in: 4.8

In this article

Definition