Point2D Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
public sealed class Point2D : IEquatable<Point2D>
The Point2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Point2D(Length, Length) |
Create a 2D point with given X and Y coordinate
| |
| Point2D(Double, Double, LengthUnit) |
Create a 2D point with given X and Y coordinate values in the given length unit
|
| Name | Description | |
|---|---|---|
| CoordinateX |
The X coordinate of the point
| |
| CoordinateY |
The Y coordinate of the point
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(Point2D) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| ToString |
Convert the current point into a user-friendly string representation of the point.
X and Y are expressed in millimeters
(Overrides ObjectToString.) |