Point3dAdd Method

Returns a new point as the result of adding this point to the specified three-dimensional vector. No actual coordinates of this point are changed.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public Point3d Add(
        Vector3d value
)

Parameters

value  Vector3d
[in] 3D vector to be added.

Return Value

Point3d
A resulting point created by the add operation.
See Also

©  Bricsys NV. All rights reserved.