Share

Point3d.Point3d(PlanarEntity, Point2d) Constructor

Description

Constructs 3D point by the formula

 p + uAxis * point.x + vAxis * point.y,

where 3D point p and 3D vectors uAxis and vAxis form the coordinate system in planar entity plane and can found by function call plane.get(p, uAxis, vAxis).

C#

public Point3d(
    PlanarEntity plane, 
    Point2d point
);

Visual Basic

Public Sub New(
    plane As PlanarEntity, 
    point As Point2d
)

Parameters

Parameters Description
PlanarEntity plane Input plane
Point2d point Input 2D point

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?