Share

Point3d.Add Method

Description

Returns the 3D point which is the result of adding this point to 3D vector value.

Visual Basic

Public Function Add(
    value As Vector3d
) As Point3d

C#

public Point3d Add(
    Vector3d value
);

Parameters

Parameters Description
Vector3d value Input object to be added.

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?