RhinoCommon API
GetPointAddConstructionPoint Method |
Adds a point to the list of construction points.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

public int AddConstructionPoint( Point3d point )
Public Function AddConstructionPoint ( point As Point3d ) As Integer
Parameters
- point
- Type: Rhino.GeometryPoint3d
A point to be added.
Return Value
Type: Int32Total number of construction points.

Construction points are like snap points except that they get snapped to even when
point osnap is off. Typically, there are only a few construction points while there
can be many snap points. For example, when polylines are drawn the start point is a
construction point and the other points are snap points.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14