Share

Point3d.OrthoProject Method

Description

Projects the 3D point with respect to the plane without direction vector.

Visual Basic

Public Function OrthoProject(
    plane As Plane
) As Point3d

C#

public Point3d OrthoProject(
    Plane plane
);

Parameters

Parameters Description
Plane plane Input plane

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?