Point
- class rhino3dm.Point
- Point()
Point constructor
- Point(location)
Initializes a new point instance with a location.
- Parameters:
location (rhino3dm.Point3d) – A position in 3D space.
- Location
rhino3dm.Point3d: Gets or sets the location (position) of this point.