Share

Point3d.Subtract Method

Description

Returns 3D point which is the result of subtracting value from this point.

Visual Basic

Public Function Subtract(
    value As Vector3d
) As Point3d

C#

public Point3d Subtract(
    Vector3d value
);

Parameters

Parameters Description
Vector3d value Input object to be subtracted from the 3D point.

Links

Point3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?