Point3d Constructor (Point3d) |
Initializes a new point by copying coordinates from another point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d(
Point3d point
)
Public Sub New (
point As Point3d
)
Parameters
- point
- Type: Rhino.GeometryPoint3d
A point.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also