Properties_T_Rhino_Geometry_Point3d - mcneel/rhinocommon-api-docs GitHub Wiki

Point3d Properties

The Point3d type exposes the following members.

Properties

 

Name Description
Public property IsValid Each coordinate of the point must pass the IsValidDouble(Double) test.
Public property Item Gets or sets an indexed coordinate of this point.
Public property MaximumCoordinate Gets the largest (both positive and negative) valid coordinate in this point, or RhinoMath.UnsetValue if no coordinate is valid.
Public property MinimumCoordinate Gets the smallest (both positive and negative) coordinate value in this point.
Public propertyStatic member Origin Gets the value of a point at location 0,0,0.
Public propertyStatic member Unset Gets the value of a point at location RhinoMath.UnsetValue,RhinoMath.UnsetValue,RhinoMath.UnsetValue.
Public property X Gets or sets the X (first) coordinate of this point.
Public property Y Gets or sets the Y (second) coordinate of this point.
Public property Z Gets or sets the Z (third) coordinate of this point.
  Back to Top

See Also

Reference

Point3d Structure
Rhino.Geometry Namespace

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