CustomDisplayAddPoint Method (Point3d) |
Adds a new, black point to the display list.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void AddPoint(
Point3d point
)
Public Sub AddPoint (
point As Point3d
)
Parameters
- point
- Type: Rhino.GeometryPoint3d
Point to add.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also