PolygonDefinition Class |
[This is preliminary documentation and is subject to change.]
Namespace: ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
public sealed class PolygonDefinition : IEquatable<PolygonDefinition>
The PolygonDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| PolygonDefinition |
Create a polygon with given material & points
|
| Name | Description | |
|---|---|---|
| Material |
The material out of which the polygon is constructed
| |
| Points |
The points which make up the polygon
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(PolygonDefinition) | 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 polygon definition into a user-friendly string representation of the polygon definition
(Overrides ObjectToString.) |