Overload_Rhino_Geometry_Point2d_Add - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d.Add Method

Overload List

 

Name Description
Public methodStatic member Add(Point2d, Point2d) Adds a point with a point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Public methodStatic member Add(Point2d, Vector2d) Adds a point with a vector. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
Public methodStatic member Add(Vector2d, Point2d) Adds a vector with a point. (Provided for languages that do not support operator overloading. You can use the + operator otherwise)
  Back to Top

See Also

Reference

Point2d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️