Properties_T_Rhino_Geometry_Point3f - mcneel/rhinocommon-api-docs GitHub Wiki
The Point3f type exposes the following members.
Name | Description | |
---|---|---|
![]() |
IsValid | Each coordinate of the point must pass the IsValidSingle(Single) test. |
![]() ![]() |
Origin | Gets the value of a point at location 0,0,0. |
![]() ![]() |
Unset | Gets the value of a point at location RhinoMath.UnsetValue,RhinoMath.UnsetValue,RhinoMath.UnsetValue. |
![]() |
X | Gets or sets the X (first) component of the vector. |
![]() |
Y | Gets or sets the Y (second) component of the vector. |
![]() |
Z | Gets or sets the Z (third) component of the vector. |