Share

Point3d.Convert2d Method

Description

Returns 2D point with the coordinates corresponding to the decomposition of the vector *this - p in the basis uAxis, vAxis in the planar entity, where p, uAxis, and vAxis can found by function call pln.get(p, uAxis, vAxis).

Contract: This 3D point assumed to be on the planar entity plane.

Visual Basic

Public Function Convert2d(
    plane As PlanarEntity
) As Point2d

C#

public Point2d Convert2d(
    PlanarEntity plane
);

Parameters

Parameters Description
PlanarEntity plane Input plane

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?