GetPointGetConstructionPoints Method |
Gets current construction points.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d[] GetConstructionPoints()
Public Function GetConstructionPoints As Point3d()
Return Value
Type:
Point3dAn array of points.
Remarks
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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also