Share

Point3d.Project Method

Description

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

Returns 2D point which is the result of rotation of this point around the centerPoint. Rotation angle is given by the argument angle, where positive direction of rotation is considered from X axis to Y axis.

Visual Basic

Public Function Project(
    plane As Plane, 
    vector As Vector3d
) As Point3d

C#

public Point3d Project(
    Plane plane, 
    Vector3d vector
);

Parameters

Parameters Description
Plane plane Input plane
Vector3d vector Input vector Input axis of rotation
angle Input rotation angle
centerPoint Input center of rotation

Conditions

Read-only

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?