Point Constructor (Point3d)

Point Constructor (Point3d)

Initializes a new point instance with a location.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point(
	Point3d location
)
Public Sub New ( 
	location As Point3d
)

Parameters

location
Type: Rhino.GeometryPoint3d
A position in 3D space.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also