Properties_T_Rhino_Geometry_Point2d - mcneel/rhinocommon-api-docs GitHub Wiki

Point2d Properties

The Point2d type exposes the following members.

Properties

 

Name Description
Public property IsValid If any coordinate of a point is UnsetValue, then the point is not valid.
Public property Item Accesses the coordinates of this point.
Public property MaximumCoordinate Gets the largest valid coordinate, or RhinoMath.UnsetValue if no coordinate is valid.
Public property MinimumCoordinate Gets the smallest (both positive and negative) valid coordinate, or RhinoMath.UnsetValue if no coordinate is valid.
Public propertyStatic member Origin Gets a point at 0,0.
Public propertyStatic member Unset Gets a point at RhinoMath.UnsetValue,RhinoMath.UnsetValue.
Public property X Gets or sets the X (first) coordinate of the point.
Public property Y Gets or sets the Y (second) coordinate of the point.
  Back to Top

See Also

Reference

Point2d Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️