Share

Vector3d.Convert2d Method

Description

Returns 2D vector with the coordinates corresponding to the decomposition of this vector in the basis uAxis, vAxis in the planar entity plane, where uAxis and vAxis can be found by function call plane.GetCoordinateSystem(p, uAxis, vAxis).

This 3D vector is assumed to be parallel to the planar entity plane.

Visual Basic

Public Function Convert2d(
    plane As PlanarEntity
) As Vector2d

C#

public Vector2d Convert2d(
    PlanarEntity plane
);

Parameters

Parameters Description
PlanarEntity plane Input input plane

Links

Vector3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?