PointCloudAdd Method (Point3d) |
Append a new point to the end of the list.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Add(
Point3d point
)
Public Sub Add (
point As Point3d
)
Parameters
- point
- Type: Rhino.GeometryPoint3d
Point to append.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also